Changeset 7200
- Timestamp:
- 2006/11/01 13:51:25 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_View.php (modified) (1 diff)
-
html/phpinfo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r7199 r7200 88 88 } 89 89 } 90 91 sfprintr(ini_get("mbstring.http_input")); 92 90 93 $this->_smarty->display($template); 91 94 if(ADMIN_MODE == '1') { -
temp/trunk/html/phpinfo.php
r7199 r7200 1 1 <?php 2 2 3 require_once("./require.php");4 3 phpinfo(); 5 4
Note: See TracChangeset
for help on using the changeset viewer.
