]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/check_setup.php
whoops, deleted install folder
[github/wallabag/wallabag.git] / app / check_setup.php
CommitLineData
6ad93dff
NL
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// }