]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- forward php errors to most likely existing alias
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Oct 2005 23:18:06 +0000 (23:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythweb-config.patch -> 1.3

mythweb-config.patch

index 1152a59f1a171e2f026bd09642ad09ea864bf3ac..318906d9efe40991f919e1b56569a20b8a2d194e 100644 (file)
@@ -86,3 +86,14 @@ diff -u ./mythweb/config/conf.php /tmp/conf/conf.php
  
  // Local (web-friendly) path to the mythtv video dir (use a symlink to the real one - one will be auto-created if it can be)
      define('video_dir', 'video_dir');
+--- ./mythweb/config/conf.php~ 2005-01-31 07:42:41.000000000 +0200
++++ ./mythweb/config/conf.php  2005-10-26 02:17:13.000000000 +0300
+@@ -26,7 +26,7 @@
+     define('server_domain', $_SERVER['SERVER_NAME'] ? $_SERVER['SERVER_NAME'] : $_SERVER['HTTP_HOST']);
+ // Email address to which php and database errors are mailed to
+-    define('Error_Email', 'php_errors@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
++    define('Error_Email', 'root@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
+ // For the "movies" search -- set this to the word your listings provider uses to
+ //   describe movies/films/peliculas/etc.
This page took 0.161522 seconds and 4 git commands to generate.