[Comoblog-commit] comoblog pictureboard.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 12:55:35
|
Update of /cvsroot/comoblog/comoblog In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21967 Modified Files: pictureboard.php Log Message: work in progress, ditching this server cos its borked ;( Index: pictureboard.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/pictureboard.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pictureboard.php 22 Oct 2006 11:44:01 -0000 1.2 +++ pictureboard.php 22 Oct 2006 12:55:27 -0000 1.3 @@ -15,9 +15,6 @@ $dont_show_these =0; * $dont_show_these= CFG_PICTURE_BOARD_NO_SHOW; */ - - - if (!file_exists('include/param.inc'. $_SERVER['SERVER_NAME'].'.php')) { Header ('Location: _install/install.php'); exit; |