mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 19:11:01 +00:00
9 lines
149 B
PHP
9 lines
149 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
|
||
|
// install folder still present, need to install wallabag
|
||
|
// if (is_dir('install')) {
|
||
|
// require('install/index.php');
|
||
|
// exit;
|
||
|
// }
|