diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-05 00:05:43 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-05 00:05:43 +0100 |
commit | 5e26c9102450cdf4e635fc401b88e293402fca25 (patch) | |
tree | 36c7f1f0e53e03f7a423eb89b63dba0b1e18f39c /install | |
parent | 571b99e8045ab45bfa04bbc2a90dc566dba59452 (diff) | |
download | wallabag-5e26c9102450cdf4e635fc401b88e293402fca25.tar.gz wallabag-5e26c9102450cdf4e635fc401b88e293402fca25.tar.zst wallabag-5e26c9102450cdf4e635fc401b88e293402fca25.zip |
renamed wallabag_compatibility_test since it doesn't do that anymore
Diffstat (limited to 'install')
-rwxr-xr-x | install/index.php | 2 | ||||
-rw-r--r-- | install/install_functions.php (renamed from install/wallabag_compatibility_test.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index 8fdc998c..30bc2f6b 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -11,7 +11,7 @@ | |||
11 | $errors = array(); | 11 | $errors = array(); |
12 | $successes = array(); | 12 | $successes = array(); |
13 | 13 | ||
14 | require_once('wallabag_compatibility_test.php'); | 14 | require_once('install_functions.php'); |
15 | 15 | ||
16 | if (isset($_GET['clean'])) { | 16 | if (isset($_GET['clean'])) { |
17 | if (is_dir('install')){ | 17 | if (is_dir('install')){ |
diff --git a/install/wallabag_compatibility_test.php b/install/install_functions.php index 3b465851..3b465851 100644 --- a/install/wallabag_compatibility_test.php +++ b/install/install_functions.php | |||