mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Oh well, why not fix the bad link?
git-svn-id: file:///svn/phpbb/trunk@642 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -24,10 +24,11 @@
|
|||||||
|
|
||||||
if($setmodules==1)
|
if($setmodules==1)
|
||||||
{
|
{
|
||||||
$module['board']['config']=__FILE__;
|
$file = basename(__FILE__);
|
||||||
//$module['users']['edit']=__FILE__.'?mode=edit';
|
$module['board']['config'] = $file;
|
||||||
//$module['users']['delete']=__FILE__.'?mode=delete';
|
//$module['users']['edit'] = $file.'?mode=edit';
|
||||||
return;
|
//$module['users']['delete'] = $file.'?mode=delete';
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
print "Got past the \$setmodules check<br>\n";
|
print "Got past the \$setmodules check<br>\n";
|
||||||
|
Reference in New Issue
Block a user