[Openupload-svn-update] SF.net SVN: openupload:[32] trunk/lib/main.inc.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-17 18:24:13
|
Revision: 32
http://openupload.svn.sourceforge.net/openupload/?rev=32&view=rev
Author: tsdogs
Date: 2008-10-17 18:24:09 +0000 (Fri, 17 Oct 2008)
Log Message:
-----------
Enable debug_acl to put information when it should deny (with $CONFIG['debug_acl']=true)
Modified Paths:
--------------
trunk/lib/main.inc.php
Modified: trunk/lib/main.inc.php
===================================================================
--- trunk/lib/main.inc.php 2008-10-17 18:21:54 UTC (rev 31)
+++ trunk/lib/main.inc.php 2008-10-17 18:24:09 UTC (rev 32)
@@ -248,7 +248,7 @@
echo '<pre>ACL: '.$result.' - group: '.$group.', module: '.$module.', action: '.$action."\n";
print_r($this->acl);
echo '</pre>';
- exit;
+ $result = 'allow';
}
return $result;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|