]> git.mxchange.org Git - mailer.git/commit
Moved all FILTER_FOO() filter functions to an own include directory:
authorquix0r <quix0r@mxchange.org>
Thu, 2 Jun 2011 05:00:15 +0000 (05:00 +0000)
committerquix0r <quix0r@mxchange.org>
Thu, 2 Jun 2011 05:00:15 +0000 (05:00 +0000)
commit8e75638e5249c1aa9f8f98af118f89108c7eeebc
tree1ab34462d378b0c6c61d44adbe6d9ef5f61ac405
parent58ae10a4f83cf594aabc9df36f4082ef4c15b5a9
Moved all FILTER_FOO() filter functions to an own include directory:
- For example inc/filter/foo_filter.php holds filter functions for extension
  'foo'
36 files changed:
.gitattributes
inc/extensions-functions.php
inc/extensions/ext-rallye.php
inc/filter-functions.php
inc/filter/.htaccess [new file with mode: 0644]
inc/filter/_filter.php [new file with mode: 0644]
inc/filter/active_filter.php [new file with mode: 0644]
inc/filter/admins_filter.php [new file with mode: 0644]
inc/filter/bonus_filter.php [new file with mode: 0644]
inc/filter/booking_filter.php [new file with mode: 0644]
inc/filter/cache_filter.php [new file with mode: 0644]
inc/filter/mediadata_filter.php [new file with mode: 0644]
inc/filter/online_filter.php [new file with mode: 0644]
inc/filter/other_filter.php [new file with mode: 0644]
inc/filter/politician_stop_filter.php [new file with mode: 0644]
inc/filter/rallye_filter.php [new file with mode: 0644]
inc/filter/register_filter.php [new file with mode: 0644]
inc/filter/removeip_filter.php [new file with mode: 0644]
inc/filter/theme_filter.php [new file with mode: 0644]
inc/filter/timezone_filter.php [new file with mode: 0644]
inc/filter/uberwach_filter.php [new file with mode: 0644]
inc/libs/active_functions.php
inc/libs/admins_functions.php
inc/libs/bonus_functions.php
inc/libs/booking_functions.php
inc/libs/cache_functions.php
inc/libs/mediadata_functions.php
inc/libs/online_functions.php
inc/libs/other_functions.php
inc/libs/politician_stop_functions.php
inc/libs/rallye_functions.php
inc/libs/register_functions.php
inc/libs/removeip_functions.php
inc/libs/theme_functions.php
inc/libs/timezone_functions.php
inc/libs/uberwach_functions.php