univ-pau-ics/public_html/index.php

14 lines
242 B
PHP
Raw Normal View History

2017-09-12 07:49:38 +00:00
<?php require_once '../autoloader.php';
use \service\Updater;
2017-09-12 07:49:38 +00:00
debug();
$upd = new Updater();
$upd->update();
2017-09-12 07:49:38 +00:00
// var_dump( imagecreatefrompng("http://sciences.univ-pau.fr/edt/diplomes/T0000000378S0000000000002.png") );
2017-09-12 07:49:38 +00:00
echo "bla";