|
From: Jon O. <jon...@us...> - 2008-01-30 09:11:34
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7690/modules/mx_mod_rewrite/includes Modified Files: rewrite_functions.php Log Message: BlockCP - updated what features should be adminCP options only Schemas - no point updating the module INSERTS with full spec Sitelog - updated sitemap and pagination mod_rewrite - exceptions when in need of technical full paths...eg for module editing actions Nav menu - intial fixes while simplifying this module with less parameters and more tpl freedom ...more to come ;) Tinymce updates wherever needed - admin has full interface, users less options. mx_users - bugfix for renaming users Index: rewrite_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes/rewrite_functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rewrite_functions.php 12 Dec 2007 09:53:12 -0000 1.7 --- rewrite_functions.php 30 Jan 2008 09:10:58 -0000 1.8 *************** *** 25,28 **** --- 25,32 ---- global $mx_root_path; + if (substr_count($url, 'modrewrite=no')) + { + return $url; + } // // First redirect to *.htm |