phpbb/phpBB/admin
dougk_ff7 6913351af7 This is an attempt to remove problems with "file_exists()" calls in later
versions of PHP.  From what I can tell, PHP requires a full path to
file_exists() in newer versions, and realpath() will fix it.  I noticed that
file_exists() doesn't need to have a full path passed to it in older versions,
so I just made a fake function, realpath() that will only define itself
if realpath() isn't defined. It may or may not work, it seems to work here
on PHP 4.2.3, but if it breaks older versions, please *LET ME KNOW* or
change it. Because I changed this so quickly, I don't know if everything works
exactly. Really, PM or email me if it doesn't.  Cross your fingers! :D

Thanks!
dougk_ff7
dougk_ff7@phpbb.com


git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2935 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-06 00:47:46 +00:00
..
admin_board.php Loads of bug fixes and updates 2002-05-12 00:47:41 +00:00
admin_db_utilities.php Ok, fixing a few bugs here.... I still have more to do, but this fixes a 2002-06-27 21:26:46 +00:00
admin_disallow.php Loads of bug fixes and updates 2002-05-12 00:47:41 +00:00
admin_forum_prune.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
admin_forumauth.php Fix dopey dickheadish error ... will re-issue 2.0.1 to stop people having this problem shortly. 2002-05-21 16:52:08 +00:00
admin_forums.php Bug fixes ... 2002-07-19 14:10:07 +00:00
admin_groups.php Ok, stupid me... this one should work :| 2002-07-31 19:14:46 +00:00
admin_mass_email.php Forgot a file ... just had to didn't I ... 2002-05-20 00:52:18 +00:00
admin_ranks.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
admin_smilies.php Bug fixes ... 2002-07-19 14:10:07 +00:00
admin_styles.php This is an attempt to remove problems with "file_exists()" calls in later 2002-10-06 00:47:46 +00:00
admin_ug_auth.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
admin_user_ban.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
admin_users.php This is an attempt to remove problems with "file_exists()" calls in later 2002-10-06 00:47:46 +00:00
admin_words.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
index.php Close DB connection for frameset ... overlooked that ... has this been causing the MySQL open connection problems I wonder? 2002-05-17 22:58:18 +00:00
page_footer_admin.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
page_header_admin.php Yep, more updates and fixes 2002-05-12 15:57:47 +00:00
pagestart.php Added exit's after those header location redirects without them 2002-05-13 13:18:18 +00:00