forked from wallabag/wallabag
new folders
This commit is contained in:
9
app/check_setup.php
Executable file
9
app/check_setup.php
Executable file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
// install folder still present, need to install wallabag
|
||||
// if (is_dir('install')) {
|
||||
// require('install/index.php');
|
||||
// exit;
|
||||
// }
|
||||
Reference in New Issue
Block a user