aboutsummaryrefslogtreecommitdiffhomepage
path: root/install/index.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-05 00:05:43 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-05 00:05:43 +0100
commit5e26c9102450cdf4e635fc401b88e293402fca25 (patch)
tree36c7f1f0e53e03f7a423eb89b63dba0b1e18f39c /install/index.php
parent571b99e8045ab45bfa04bbc2a90dc566dba59452 (diff)
downloadwallabag-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/index.php')
-rwxr-xr-xinstall/index.php2
1 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
14require_once('wallabag_compatibility_test.php'); 14require_once('install_functions.php');
15 15
16if (isset($_GET['clean'])) { 16if (isset($_GET['clean'])) {
17 if (is_dir('install')){ 17 if (is_dir('install')){