if($requri != "install" && $requri != NULL
2514 && $bin->checkIfRedir($requri) != false && substr($requri, -1) != "!"
2515 && !$_POST['adminProceed'] && !$_POST['adminProceed'])
2516
2517 {
2518 header("Location: " . $bin->checkIfRedir($requri));
2519 die("This is a URL/Mailto forward holding page!");
2520 }
2521
2522 if($requri != "install" && $requri != NULL && substr($requri, -1) != "!"
2523 && !$_POST['adminProceed'] && $reqhash == "raw")
2524 {
2525 if($pasted = $db->readPaste($requri))
2526 {
2527 if($db->dbt == "mysql")
2528 $pasted = $pasted[0];
2529
2530 if(strlen($pasted['Image']) > 3)
2531 header("Location: " . $bin->linker()
2532 . $db->setDataPath($pasted['Image']));
2533
2534 header("Content-Type: text/plain; charset=utf-8");