[zen-33] Updated config globbing
[zf2.biz/application_blanche.git] / config / autoload / global.config.php
diff --git a/config/autoload/global.config.php b/config/autoload/global.config.php
deleted file mode 100644 (file)
index b03c0c4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/**
- * Global Configuration Override
- *
- * You can use this file for overridding configuration values from modules, etc.  
- * You would place values in here that are agnostic to the environment and not 
- * sensitive to security. 
- *
- * @NOTE: In practice, this file will typically be INCLUDED in your source 
- * control, so do not include passwords or other sensitive information in this 
- * file.
- */
-
-return array(
-    // ...
-);