mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
527c51458e
commit
e63085b232
1 changed files with 5 additions and 4 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue