From b20c4dad463d3fc72158055c6f5b45b6a7623152 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 Sep 2011 22:47:12 -0400 Subject: - Patch #1273032 by michaellenahan: conf_path() has formatting issue with numbered list. --- includes/bootstrap.inc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 8e907f4dc..6f093ad19 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -489,22 +489,22 @@ function timer_stop($name) { * With a site located at http://www.example.com:8080/mysite/test/, the file, * settings.php, is searched for in the following directories: * - * 1. $confdir/8080.www.example.com.mysite.test - * 2. $confdir/www.example.com.mysite.test - * 3. $confdir/example.com.mysite.test - * 4. $confdir/com.mysite.test - * - * 5. $confdir/8080.www.example.com.mysite - * 6. $confdir/www.example.com.mysite - * 7. $confdir/example.com.mysite - * 8. $confdir/com.mysite - * - * 9. $confdir/8080.www.example.com - * 10. $confdir/www.example.com - * 11. $confdir/example.com - * 12. $confdir/com - * - * 13. $confdir/default + * - $confdir/8080.www.example.com.mysite.test + * - $confdir/www.example.com.mysite.test + * - $confdir/example.com.mysite.test + * - $confdir/com.mysite.test + * + * - $confdir/8080.www.example.com.mysite + * - $confdir/www.example.com.mysite + * - $confdir/example.com.mysite + * - $confdir/com.mysite + * + * - $confdir/8080.www.example.com + * - $confdir/www.example.com + * - $confdir/example.com + * - $confdir/com + * + * - $confdir/default * * If a file named sites.php is present in the $confdir, it will be loaded * prior to scanning for directories. It should define an associative array -- cgit v1.2.3