close #69: in the config page, you are notified of the release of a new version

This commit is contained in:
Nicolas Lœuillet
2013-08-05 12:34:16 +02:00
parent 21e0af98eb
commit 3252078501
3 changed files with 31 additions and 1 deletions

View File

@ -36,7 +36,7 @@ require_once './vendor/autoload.php';
require_once './inc/3rdparty/simple_html_dom.php';
if (DOWNLOAD_PICTURES) {
require_once './inc/poche/pochePicture.php';
require_once './inc/poche/pochePictures.php';
}
$poche = new Poche($storage_type);