replace kleeja.com with kleeja.net

This commit is contained in:
MitanOmar
2020-04-11 22:45:48 +02:00
parent 52f0b95469
commit f3d4e29500
78 changed files with 97 additions and 97 deletions

View File

@@ -2,7 +2,7 @@
/**
*
* @package Kleeja
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/
@@ -349,7 +349,7 @@ function big_error($error_title, $msg_text, $error = true)
echo '<div class="' . ($error ? 'error' : 'info') . '">' . "\n";
echo "\n\t\t<h2>Kleeja " . ($error ? 'error' : 'information message') . ': </h2><br />' . "\n";
echo "\n\t\t<strong> [ " . $error_title . ' ] </strong><br /><br />' . "\n\t\t" . $msg_text . "\n\t";
echo "\n\t\t" . '<br /><br /><small>Visit <a href="http://www.kleeja.com/" title="kleeja">Kleeja</a> Website for more details.</small>' . "\n\t";
echo "\n\t\t" . '<br /><br /><small>Visit <a href="https://kleeja.net/" title="kleeja">Kleeja</a> Website for more details.</small>' . "\n\t";
echo '</div>' . "\n";
echo '</body>' . "\n";
echo '</html>';