]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- new quirk in 1.5.3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 22 Apr 2005 15:34:01 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-paths.patch -> 1.22

eventum-paths.patch

index 81c035c6b01e0e0f2a57b157eec4f355b78f4386..b43578a2204786518176c6f182cafef8018f861d 100644 (file)
  
  $tpl->assign("phpversion", phpversion());
  $tpl->assign("rel_url", $relative_url);
+--- ./index.php~       2005-04-22 18:33:06.556398818 +0300
++++ ./index.php        2005-04-22 18:33:07.885180913 +0300
+@@ -33,8 +33,8 @@
+ include_once(APP_INC_PATH . "db_access.php");
+ // check if templates_c is writable by the web server user
+-if (!Misc::isWritableDirectory(APP_PATH . 'templates_c')) {
+-    $errors = array("Directory 'templates_c' is not writable.");
++if (!Misc::isWritableDirectory('/var/cache/eventum')) {
++    $errors = array("Directory '/var/cache/eventum' is not writable.");
+     Misc::displayRequirementErrors($errors);
+     exit;
+ }
This page took 0.323609 seconds and 4 git commands to generate.