Small typo fixed...

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@761 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Norman Messtorff 15 years ago
parent 0b41887b36
commit 7229502738

@ -64,9 +64,9 @@ spl_autoload_register('postfixadmin_autoload');
//*****
if(!is_file("$incpath/smarty.inc.php")) {
die("smarty.inc.php is missing! Sonething is wrong...");
die("smarty.inc.php is missing! Something is wrong...");
}
require_once ("$incpath/smarty.inc.php");
//*****
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
?>
?>

Loading…
Cancel
Save