summaryrefslogtreecommitdiff
path: root/sites/example.sites.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-08 06:28:50 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-08 06:28:50 +0000
commitb2ee71c1ed236806d519e2525e237fa986d637c0 (patch)
tree4687e64aefabafd99f6d3d4d011618e5d49cb0fb /sites/example.sites.php
parentc00aa8d030ced42278d35e310f4e4d5c164adfc5 (diff)
downloadbrdo-b2ee71c1ed236806d519e2525e237fa986d637c0.tar.gz
brdo-b2ee71c1ed236806d519e2525e237fa986d637c0.tar.bz2
#647300 follow-up by sun: Remove awkward array syntax from example.sites.php.
Diffstat (limited to 'sites/example.sites.php')
-rw-r--r--sites/example.sites.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/sites/example.sites.php b/sites/example.sites.php
index 8c5f84aca..ec6e58504 100644
--- a/sites/example.sites.php
+++ b/sites/example.sites.php
@@ -40,7 +40,5 @@
* Edit the lines below to define directory aliases. Remove the leading hash
* signs to enable.
*/
-#$sites = array(
-# 'devexample.com' => 'example.com',
-# 'localhost/example' => 'example.com',
-#);
+# $sites['devexample.com'] = 'example.com';
+# $sites['localhost/example'] = 'example.com';