diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-14 17:29:58 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-15 15:13:37 +0100 |
commit | 58442929f2f8d8f09b8223997ace0186d1225c20 (patch) | |
tree | 94efde42d7ee384e5a9b21d8eb40409779df9c06 /system/ZoneMinder/zm_apache.conf | |
parent | 979c4b9f632c5ef4b481dcaa26ce20f4c3dcf6e5 (diff) | |
download | slackbuilds-58442929f2f8d8f09b8223997ace0186d1225c20.tar.gz |
system/ZoneMinder: Removed.
Unmaintained and not compatible yet with fmpeg-0.11.x
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/zm_apache.conf')
-rw-r--r-- | system/ZoneMinder/zm_apache.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/ZoneMinder/zm_apache.conf b/system/ZoneMinder/zm_apache.conf deleted file mode 100644 index 1fc10c54d3..0000000000 --- a/system/ZoneMinder/zm_apache.conf +++ /dev/null @@ -1,9 +0,0 @@ -<Directory "@DOCROOT@"> - AllowOverride FileInfo Options - Options FollowSymLinks - php_flag register_globals off - php_flag short_open_tag on - <IfModule dir_module> - DirectoryIndex index.php - </IfModule> -</Directory> |