summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9742245)
raw | patch | inline | side by side (parent: 9742245)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Oct 2007 06:52:36 +0000 (06:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Oct 2007 06:52:36 +0000 (06:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7542 594d385d-05f5-0310-b6e9-bd551577e9d8
html/setup.php | patch | blob | history |
diff --git a/html/setup.php b/html/setup.php
index e37452c06c6883aa017ad18a56a64e5eea1054bd..d681cacf063f872a86ff2c7263fc6b1cc994b80e 100644 (file)
--- a/html/setup.php
+++ b/html/setup.php
/* Check for compile directory */
if (!(is_dir($smarty->compile_dir) && is_writable($smarty->compile_dir))){
- echo sprintf(_("Directory '%s' specified as compile directory is not accessible!"),
- $smarty->compile_dir);
+ msg_dialog::display(_("Smarty"),sprintf(_("Directory '%s' specified as compile directory is not accessible!"),
+ $smarty->compile_dir),FATAL_ERROR_DIALOG);
exit();
}