[phaux commit] r111 - trunk/Classes/Phaux-base

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 4, 2007, 8:35:50 AM10/4/07
to phau...@googlegroups.com
Author: WHarford
Date: Thu Oct 4 05:35:36 2007
New Revision: 111

Modified:
trunk/Classes/Phaux-base/WHConfiguration.php

Log:
Obey script_name in base.ini

Modified: trunk/Classes/Phaux-base/WHConfiguration.php
==============================================================================
--- trunk/Classes/Phaux-base/WHConfiguration.php (original)
+++ trunk/Classes/Phaux-base/WHConfiguration.php Thu Oct 4 05:35:36 2007
@@ -13,7 +13,8 @@
}

public function scriptName(){
- return "phaux.php";
+
+ return $this->configValueBySubjectAndKey('server','script_name');
}

public function setScriptName($aString){

Reply all
Reply to author
Forward
0 new messages