Use minified Bootstrap and remove report link

Faster loading times with the bootstrap, also report link is lame
This commit is contained in:
Arctic Code
2014-03-01 20:39:18 -06:00
parent 9a7add6584
commit fe9ed5e198
2 changed files with 2 additions and 13 deletions

View File

@@ -45,12 +45,6 @@
$link = $link[1];
echo $unpsAPI->delShort($apidb, $key, $shortdb, $link, $password);
break;
case "replink":
if(empty($_POST['report-details'])) die("<div id=\"error\">Something went wrong somewhere, but I can't find the reason for reporting this link</div>");
$link = sanitize($_POST['link']);
$details = sanitize($_POST['report-details']);
echo $unpsAPI->reportLink($apidb, $key, $shortdb, $link, $details);
break;
default:
die("<div id=\"error\">I don't know what you want to do... [-Check linkmod-]</div>");
}