mirror of
https://github.com/gamaio/lobli.git
synced 2025-01-03 15:52:42 +00:00
Change placeholders to empty strings
This commit is contained in:
parent
d86eb10d1f
commit
4c98480648
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user