diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 14:45:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 14:45:39 +0100 |
commit | 19875ef0dad9999f91e6f8d780756e402b5e6722 (patch) | |
tree | 169b887df1bf71f7ceb0be54447b11be8765e431 /app/check_setup.php | |
parent | 00fcfd299b7a1aa5177c97d2b13c0d9d587678e5 (diff) | |
download | wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.tar.gz wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.tar.zst wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.zip |
add install script after composer install
Diffstat (limited to 'app/check_setup.php')
-rwxr-xr-x | app/check_setup.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/check_setup.php b/app/check_setup.php deleted file mode 100755 index 57495f2c..00000000 --- a/app/check_setup.php +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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 | // } \ No newline at end of file | ||