From b57df7c0e89431dc26c2a99ed934e65ac3f4fd84 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 18 Oct 2015 19:14:24 +0200 Subject: [PATCH] Rename file admin_repo by admin_repo.inc --- html/setup.php | 2 +- include/{admin_repo.php => admin_repo.inc.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/{admin_repo.php => admin_repo.inc.php} (100%) diff --git a/html/setup.php b/html/setup.php index 5145600da..45740f7bd 100644 --- a/html/setup.php +++ b/html/setup.php @@ -30,6 +30,6 @@ if (file_exists("../include/config.inc.php") ) { */ define ('ALLOWED',1); require_once '../include/constant.php'; - require_once NOALYSS_INCLUDE.'/admin.inc.php'; + require_once NOALYSS_INCLUDE.'/admin_repo.inc.php'; } ?> diff --git a/include/admin_repo.php b/include/admin_repo.inc.php similarity index 100% rename from include/admin_repo.php rename to include/admin_repo.inc.php