diff options
author | Anton Šijanec <sijanecantonluka@gmail.com> | 2019-01-21 21:56:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 21:56:13 +0100 |
commit | 065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea (patch) | |
tree | ce24933b1bda724ea9ad3d5a631b74002ddcaeb5 /index.php | |
parent | Removed not programmed yet message (diff) | |
download | balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.tar balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.tar.gz balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.tar.bz2 balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.tar.lz balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.tar.xz balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.tar.zst balkan-shortlink-065f1da78b9bd9adfa07cc089e7cf2a86a4cf8ea.zip |
Diffstat (limited to '')
-rw-r--r-- | index.php | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -8,8 +8,8 @@ // je 23. januar 2019. Program bo odprtokoden in dostopen na mojem GitHubu, AstiriL!"); session_start(); clearstatcache(); -ini_set('display_errors', 'On'); -error_reporting(E_ALL); +// ini_set('display_errors', 'On'); // debug +// error_reporting(E_ALL); // debug $nadaljuj = "ja"; include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php'; $securimage = new Securimage(); @@ -374,8 +374,7 @@ zakonu morali pokazati, ker sta Hrvaška in Slovenija v Evropski Uniji in morata </small> </div> "; -// $print .= " -<h4 align=center>Ker še nisem sprogramiral, ŠortLink Balkan še ne deluje. Ne uporabljaj ga, ker ne bo nič naredil.</h4>"; // a je že? +// $print .= "<h4 align=center>Ker še nisem sprogramiral, ŠortLink Balkan še ne deluje. Ne uporabljaj ga, ker ne bo nič naredil.</h4>"; // a je že? |