This is what I get when I delete a file that I've already updated ... because I think it's too 'new' ... :)

git-svn-id: file:///svn/phpbb/trunk@2333 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-19 00:26:49 +00:00
parent c3801d4d3a
commit 71239837f7

View file

@ -37,7 +37,7 @@ $phpbb_root_dir = "./../";
require('pagestart.inc');
include($phpbb_root_dir . 'includes/bbcode.'.$phpEx);
include($phpbb_root_dir . 'includes/post.'.$phpEx);
include($phpbb_root_dir . 'includes/functions_post.'.$phpEx);
include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx);
include($phpbb_root_dir . 'includes/functions_validate.'.$phpEx);
//