From 4c984806480b6b210dbf1582b694f606c41111eb Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Thu, 26 Jun 2014 20:38:57 -0400 Subject: [PATCH] Change placeholders to empty strings --- Website/process.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Website/process.php b/Website/process.php index 2233be7..58740a1 100644 --- a/Website/process.php +++ b/Website/process.php @@ -18,10 +18,10 @@ 7 - Unsuccessful lookup of non-lob.li link */ - $short = 124; - $link = 126; - $error = 173; - $title = "woof"; + $short = ""; + $link = ""; + $error = ""; + $title = ""; $messages = array( " @@ -96,7 +96,7 @@ if(strpos($short, "http://") === false && strpos($short, "https://") === false){ $short = "http://$short"; } - //echo shorten($shortdb, $short); + echo shorten($shortdb, $short); foreach($messages as $message){ echo $message;