Diff of /mambo/branches/4.6/index.php
Parent Directory
|
Revision Log
|
Patch
| revision 228, Sat Feb 4 17:32:51 2006 UTC | revision 229, Sat Feb 4 18:45:08 2006 UTC | |
|---|---|---|
| # | Line 286 | Line 286 |
| 286 | ||
| 287 | function redirect ($url, $msg='') { | function redirect ($url, $msg='') { |
| 288 | $callcheck = array('InputFilter', 'process'); | $callcheck = array('InputFilter', 'process'); |
| 289 | if (!is_callable($callcheck)) require_once(mamboCore::get('mosConfig_absolute_path').'/includes/phpinputfilter/class.inputfilter.php'); | if (!is_callable($callcheck)) require_once(mamboCore::get('mosConfig_absolute_path').'/includes/phpInputFilter/class.inputfilter.php'); |
| 290 | // specific filters | // specific filters |
| 291 | $iFilter =& new InputFilter(); | $iFilter =& new InputFilter(); |
| 292 | $url = $iFilter->process( $url ); | $url = $iFilter->process( $url ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

