1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-01-05 08:42:40 +00:00

Change placeholders to empty strings

This commit is contained in:
alopexc0de 2014-06-26 20:38:57 -04:00
parent d86eb10d1f
commit 4c98480648

View File

@ -18,10 +18,10 @@
7 - Unsuccessful lookup of non-lob.li link 7 - Unsuccessful lookup of non-lob.li link
*/ */
$short = 124; $short = "";
$link = 126; $link = "";
$error = 173; $error = "";
$title = "woof"; $title = "";
$messages = array( $messages = array(
" "
@ -96,7 +96,7 @@
if(strpos($short, "http://") === false && strpos($short, "https://") === false){ if(strpos($short, "http://") === false && strpos($short, "https://") === false){
$short = "http://$short"; $short = "http://$short";
} }
//echo shorten($shortdb, $short); echo shorten($shortdb, $short);
foreach($messages as $message){ foreach($messages as $message){
echo $message; echo $message;