mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-15 09:57:41 +01:00
9 lines
149 B
PHP
Executable File
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;
|
|
// }
|