noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/16: Rename file admin_repo by admin_repo.i


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/16: Rename file admin_repo by admin_repo.inc
Date: Tue, 20 Oct 2015 14:26:27 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit b57df7c0e89431dc26c2a99ed934e65ac3f4fd84
Author: Dany De Bontridder <address@hidden>
Date:   Sun Oct 18 19:14:24 2015 +0200

    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 insertions(+), 1 deletions(-)

diff --git a/html/setup.php b/html/setup.php
index 5145600..45740f7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]