mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-01 11:32:22 +00:00
renamed wallabag_compatibility_test since it doesn't do that anymore
This commit is contained in:
parent
571b99e804
commit
5e26c91024
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
$errors = array();
|
$errors = array();
|
||||||
$successes = array();
|
$successes = array();
|
||||||
|
|
||||||
require_once('wallabag_compatibility_test.php');
|
require_once('install_functions.php');
|
||||||
|
|
||||||
if (isset($_GET['clean'])) {
|
if (isset($_GET['clean'])) {
|
||||||
if (is_dir('install')){
|
if (is_dir('install')){
|
||||||
|
|
Loading…
Reference in a new issue