wallabag/app/check_setup.php

9 lines
149 B
PHP
Executable File

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