wallabag/app/check_setup.php

9 lines
149 B
PHP
Raw Normal View History

2015-01-20 06:40:39 +00:00
<?php
// install folder still present, need to install wallabag
// if (is_dir('install')) {
// require('install/index.php');
// exit;
// }