h-source-users
[Top][All Lists]
Advanced

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

[H-source-users] [predev] branch predev updated: trivial noop change to


From: Yuchen Pei
Subject: [H-source-users] [predev] branch predev updated: trivial noop change to test the hook
Date: Mon, 01 Nov 2021 05:51:28 -0400

This is an automated email from the git hooks/post-receive script.

ycp pushed a commit to branch predev
in repository h-source.

The following commit(s) were added to refs/heads/predev by this push:
     new 28f2036  trivial noop change to test the hook
28f2036 is described below

commit 28f20363aeab49c45bf7712555e870c0e735b504
Author: Yuchen Pei <hi@ypei.me>
AuthorDate: Mon Nov 1 20:48:58 2021 +1100

    trivial noop change to test the hook
---
 index.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php
index d76b2ad..9fcc4b2 100755
--- a/index.php
+++ b/index.php
@@ -7,7 +7,8 @@ define('EG','allowed');
 
 define('DS', DIRECTORY_SEPARATOR);
 define('ROOT', dirname(__FILE__));
-define('APPLICATION_PATH','Application'); //name of the folder that contains 
the application files
+//name of the folder that contains the application files
+define('APPLICATION_PATH','Application'); 
 
 // call the config file and the bootstrap file
 require_once (ROOT . DS . 'Config' . DS . 'Config.php');



reply via email to

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