wallabag/app/check_setup.php
Nicolas Lœuillet 6ad93dff69 new folders
2015-01-20 07:40:39 +01:00

9 lines
No EOL
149 B
PHP
Executable file

<?php
// install folder still present, need to install wallabag
// if (is_dir('install')) {
// require('install/index.php');
// exit;
// }