]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/check_setup.php
new folders
[github/wallabag/wallabag.git] / app / check_setup.php
1 <?php
2
3
4
5 // install folder still present, need to install wallabag
6 // if (is_dir('install')) {
7 // require('install/index.php');
8 // exit;
9 // }