404';
echo '
Wow! I didn't see that coming...Well, I'm sorry...
';
echo '"'.$wrong_folder.'" wasn't found in "'. implode("/", $working_path)."/". '"
';
}elseif($_GET['e']==401){
echo ''.$_GET['e'].'
';
echo 'Restricted Area | Authorized Personnel only
';
}elseif($_GET['e']==403){
echo ''.$_GET['e'].'
';
echo 'I could do that. I choose not to...
';
}elseif($_GET['e']==500){
echo ''.$_GET['e'].'
';
echo 'Oops! No that didn't just happen. NO.... Fine, it's my fault and i feel bad.
';
}elseif($_GET['e']==502){
echo ''.$_GET['e'].'
';
echo 'A server i'm trying to contact is acting stupid. It's not my fault. I swear.
';
}elseif($_GET['e']==504){
echo ''.$_GET['e'].'
';
echo 'A server i'm trying to contact is insanely slow. I can't wait forever. I'm sorry!
';
}?>