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