summaryrefslogtreecommitdiffstats
path: root/user_guide/general/managing_apps.html
diff options
context:
space:
mode:
authorBarry Mieny <barry@mieny.com>2010-10-04 16:33:58 +0200
committerBarry Mieny <barry@mieny.com>2010-10-04 16:33:58 +0200
commitdd6719738936be31cdaa1758ca86d5eb14dcab3d (patch)
treeb5ef66e31b2d0f4f2c1cbccc367bde92c156e1f9 /user_guide/general/managing_apps.html
parent3351fbc56cea19ec3dd603836beb0a420b1ded65 (diff)
Cleanup of stray spaces and tabs
Diffstat (limited to 'user_guide/general/managing_apps.html')
-rw-r--r--user_guide/general/managing_apps.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html
index 04af6e6a3..a1a96cf82 100644
--- a/user_guide/general/managing_apps.html
+++ b/user_guide/general/managing_apps.html
@@ -70,7 +70,7 @@ file and set its name using the <samp>$application_folder</samp> variable:</p>
<h2>Relocating your Application Folder</h2>
-<p>It is possible to move your <dfn>application</dfn> folder to a different location on your server than your <kbd>system</kbd> folder.
+<p>It is possible to move your <dfn>application</dfn> folder to a different location on your server than your <kbd>system</kbd> folder.
To do so open your main <kbd>index.php</kbd> and set a <em>full server path</em> in the <samp>$application_folder</samp> variable.</p>
@@ -79,7 +79,7 @@ To do so open your main <kbd>index.php</kbd> and set a <em>full server path</em>
<h2>Running Multiple Applications with one CodeIgniter Installation</h2>
-<p>If you would like to share a common CodeIgniter installation to manage several different applications simply
+<p>If you would like to share a common CodeIgniter installation to manage several different applications simply
put all of the directories located inside your <kbd>application</kbd> folder into their
own sub-folder.</p>
@@ -107,7 +107,7 @@ variable. For example, to select the "foo" application for use you would do thi
<code>$application_folder = "applications/foo";</code>
-<p class="important"><strong>Note:</strong>&nbsp; Each of your applications will need its own <dfn>index.php</dfn> file which
+<p class="important"><strong>Note:</strong>&nbsp; Each of your applications will need its own <dfn>index.php</dfn> file which
calls the desired application. The index.php file can be named anything you want.</p>