aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mekanisti.fi>2009-11-10 12:46:28 +0200
committerFilipp Lepalaan <filipp@mekanisti.fi>2009-11-10 12:46:28 +0200
commit6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f (patch)
tree4a0b29723bb72c470d312cd6d5e453577a5c8bc1 /README
parent7034b50d0d50612ca52273aacabd2b3189c968d8 (diff)
downloadmain-6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f.tar.gz
main-6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f.tar.bz2
main-6ce2a6c65c9c9eba1e7660d151b6a709ecfa625f.zip
Fixes, View class
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e511e1a..552e770 100644
--- a/README
+++ b/README
@@ -15,11 +15,11 @@ site:
## index.php ##
-A typical index.php using MAIN would look like this:
+A typical index.php using Main would look like this:
<?php
$sysdir = realpath(dirname(__FILE__).'/../system');
-
+ np
set_include_path(
get_include_path() . PATH_SEPARATOR
. $sysdir . PATH_SEPARATOR