From 6b945a1644f7db32b39bc7540f957ade3d1735fd Mon Sep 17 00:00:00 2001 From: Matt Nowack Date: Fri, 22 Apr 2011 14:13:18 -0400 Subject: [PATCH] This style of code formatting is probably nicer for the GoDaddy instructions --- INSTALL.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.markdown b/INSTALL.markdown index 9d4af88a..afea0f55 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -32,8 +32,8 @@ OpenVBX is open source and extensible so feel free to skin it, hack it, and sell Add this to the bottom of OpenVBX/config/config.php -`$config['uri_protocol'] = 'REQUEST_URI';` -`$config['index_page'] = '';` + $config['uri_protocol'] = 'REQUEST_URI'; + $config['index_page'] = ''; # More Resources