From cdab0df3718d478b1e3bbb7475e9d10b5036d44e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 16 Feb 2011 19:53:46 -0600 Subject: [PATCH] deleted: x.phps --- x.phps | 67 ---------------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 x.phps diff --git a/x.phps b/x.phps deleted file mode 100644 index 66f4a8b..0000000 --- a/x.phps +++ /dev/null @@ -1,67 +0,0 @@ -'.TITLE.'
'; -//++++ new -//++++ old - $bbsi++; - } -}else if(!BBSMENU && INDEXBBS && !LISTBBS){ - foreach($board as $dir){ - include('../'.$dir.'/config.php'); - $bbsdat .= ''.TITLE.'
'; -//++++ new -//++++ old - $bbsi++; - } -}else if(!BBSMENU && !INDEXBBS && LISTBBS){ - foreach($board as $dir){ - include('../'.$dir.'/config.php'); - echo TITLE.'
'; - $bbsdat .= ''.TITLE.'
'; -//++++ new -//++++ old - $bbsi++; - define("TITLE", ''); - } -} -// print -print_r($bbsdat); -if(LISTBBS) print_r($board); -?> -- 2.39.5