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:
parent
d86eb10d1f
commit
4c98480648
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user