',$n,'';
$c = substr_replace($c,$n strrpos($c, '['), strrpos($c, ']') - strrpos($c, '[');
}
$c = preg_replace("\[([^\]\[]+) (http://[^ \]\[]+)\]","$1",$c);
$c = preg_replace("\[([^\]\[]+) ([^ \[\]]+)\]","$1",$c);
*/
break;
case 'edit':
//validate that user is signed in
if ($_COOKIE['allowedit'] != 'yes72' and !$p) {
?>
Please enter the password to edit this page.
';
break;
}
case 'filelist':
//validate that user is signed in
if ($_COOKIE['allowedit'] != 'yes72' and !$p) {
echo 'You must be signed in to use the file manager.