diff --git a/administrator/components/com_acl/models/_prototypeitem.php b/administrator/components/com_acl/models/_prototypeitem.php index 4ac492d34d4..7f661e461a8 100644 --- a/administrator/components/com_acl/models/_prototypeitem.php +++ b/administrator/components/com_acl/models/_prototypeitem.php @@ -7,7 +7,7 @@ * @license GNU/GPL, see LICENSE.php */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.application.component.model'); diff --git a/administrator/components/com_acl/models/_prototypelist.php b/administrator/components/com_acl/models/_prototypelist.php index 7d68b05e519..a13f305f944 100644 --- a/administrator/components/com_acl/models/_prototypelist.php +++ b/administrator/components/com_acl/models/_prototypelist.php @@ -7,7 +7,7 @@ * @license GNU/GPL, see LICENSE.php */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.application.component.model'); diff --git a/administrator/includes/menu.php b/administrator/includes/menu.php index a4d0aefe7f4..e5fb50bd936 100644 --- a/administrator/includes/menu.php +++ b/administrator/includes/menu.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/administrator/includes/router.php b/administrator/includes/router.php index 158fd9d6ee7..83daf5756be 100644 --- a/administrator/includes/router.php +++ b/administrator/includes/router.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/includes/menu.php b/includes/menu.php index 708a1761a67..cc9b394109c 100644 --- a/includes/menu.php +++ b/includes/menu.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/includes/pathway.php b/includes/pathway.php index 4f1e9004820..6b06a3ced0f 100644 --- a/includes/pathway.php +++ b/includes/pathway.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/includes/router.php b/includes/router.php index 333182d294e..8d9a0510155 100644 --- a/includes/router.php +++ b/includes/router.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/installation/includes/router.php b/installation/includes/router.php index d19240c485a..f88bc8b4429 100644 --- a/installation/includes/router.php +++ b/installation/includes/router.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport( 'joomla.application.router' ); diff --git a/libraries/joomla/application/application.php b/libraries/joomla/application/application.php index cbe50f1097a..985f590651d 100644 --- a/libraries/joomla/application/application.php +++ b/libraries/joomla/application/application.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/component/controller.php b/libraries/joomla/application/component/controller.php index 64bf309643f..9a9a09cbe7c 100644 --- a/libraries/joomla/application/component/controller.php +++ b/libraries/joomla/application/component/controller.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/component/helper.php b/libraries/joomla/application/component/helper.php index 499bf0a78c3..5c4ba6a8f56 100644 --- a/libraries/joomla/application/component/helper.php +++ b/libraries/joomla/application/component/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/component/model.php b/libraries/joomla/application/component/model.php index 4e9e75a5503..67139daa497 100644 --- a/libraries/joomla/application/component/model.php +++ b/libraries/joomla/application/component/model.php @@ -7,7 +7,7 @@ * @license GNU/GPL, see LICENSE.php */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/component/view.php b/libraries/joomla/application/component/view.php index 1d7b19c32c9..b7f0e477867 100644 --- a/libraries/joomla/application/component/view.php +++ b/libraries/joomla/application/component/view.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/helper.php b/libraries/joomla/application/helper.php index a2a510d7493..e036d54de59 100644 --- a/libraries/joomla/application/helper.php +++ b/libraries/joomla/application/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/menu.php b/libraries/joomla/application/menu.php index c600dc3f927..30d545e85f0 100644 --- a/libraries/joomla/application/menu.php +++ b/libraries/joomla/application/menu.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/module/helper.php b/libraries/joomla/application/module/helper.php index e2c584b1fb3..e47b4fcb7ad 100644 --- a/libraries/joomla/application/module/helper.php +++ b/libraries/joomla/application/module/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); // Import library dependencies diff --git a/libraries/joomla/application/pathway.php b/libraries/joomla/application/pathway.php index ec856552db2..5972f4b2ea8 100644 --- a/libraries/joomla/application/pathway.php +++ b/libraries/joomla/application/pathway.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/application/router.php b/libraries/joomla/application/router.php index d937c7102f5..feb9c5585a8 100644 --- a/libraries/joomla/application/router.php +++ b/libraries/joomla/application/router.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/base/observable.php b/libraries/joomla/base/observable.php index f588c006156..dabe05c9c5a 100644 --- a/libraries/joomla/base/observable.php +++ b/libraries/joomla/base/observable.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/base/observer.php b/libraries/joomla/base/observer.php index 1b672f8e793..f988f4dfa6e 100644 --- a/libraries/joomla/base/observer.php +++ b/libraries/joomla/base/observer.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/base/tree.php b/libraries/joomla/base/tree.php index 85a85fef70c..0419d994822 100644 --- a/libraries/joomla/base/tree.php +++ b/libraries/joomla/base/tree.php @@ -12,7 +12,7 @@ * details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/cache.php b/libraries/joomla/cache/cache.php index 1152f3a02ef..854f7c58f3d 100644 --- a/libraries/joomla/cache/cache.php +++ b/libraries/joomla/cache/cache.php @@ -12,7 +12,7 @@ * details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); //Register the session storage class with the loader diff --git a/libraries/joomla/cache/handler/callback.php b/libraries/joomla/cache/handler/callback.php index ec19c6a0f27..d845822e322 100644 --- a/libraries/joomla/cache/handler/callback.php +++ b/libraries/joomla/cache/handler/callback.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/handler/output.php b/libraries/joomla/cache/handler/output.php index cad2f44e7e1..cf238644f3c 100644 --- a/libraries/joomla/cache/handler/output.php +++ b/libraries/joomla/cache/handler/output.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/handler/page.php b/libraries/joomla/cache/handler/page.php index 4a46e9be07f..9c336c1975d 100644 --- a/libraries/joomla/cache/handler/page.php +++ b/libraries/joomla/cache/handler/page.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/handler/view.php b/libraries/joomla/cache/handler/view.php index 65e8c6f9c30..b65ba687c07 100644 --- a/libraries/joomla/cache/handler/view.php +++ b/libraries/joomla/cache/handler/view.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/storage.php b/libraries/joomla/cache/storage.php index 3c8e07eb3c8..6b70d387fc0 100644 --- a/libraries/joomla/cache/storage.php +++ b/libraries/joomla/cache/storage.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/storage/apc.php b/libraries/joomla/cache/storage/apc.php index 31e26d14694..bad6dfb22b0 100644 --- a/libraries/joomla/cache/storage/apc.php +++ b/libraries/joomla/cache/storage/apc.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/storage/eaccelerator.php b/libraries/joomla/cache/storage/eaccelerator.php index 4f7dd131c9d..9ad530df450 100644 --- a/libraries/joomla/cache/storage/eaccelerator.php +++ b/libraries/joomla/cache/storage/eaccelerator.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/storage/file.php b/libraries/joomla/cache/storage/file.php index a21d32c6858..e48fde15cc9 100644 --- a/libraries/joomla/cache/storage/file.php +++ b/libraries/joomla/cache/storage/file.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/storage/memcache.php b/libraries/joomla/cache/storage/memcache.php index 514216f17b6..2ba8e4052ef 100644 --- a/libraries/joomla/cache/storage/memcache.php +++ b/libraries/joomla/cache/storage/memcache.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/cache/storage/xcache.php b/libraries/joomla/cache/storage/xcache.php index 7446a8078f5..debdaa6ea73 100644 --- a/libraries/joomla/cache/storage/xcache.php +++ b/libraries/joomla/cache/storage/xcache.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/client/ftp.php b/libraries/joomla/client/ftp.php index f2899d4758d..5270fb10e34 100644 --- a/libraries/joomla/client/ftp.php +++ b/libraries/joomla/client/ftp.php @@ -10,7 +10,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** Error Codes: diff --git a/libraries/joomla/database/database.php b/libraries/joomla/database/database.php index f28870d5928..1e59fb41756 100644 --- a/libraries/joomla/database/database.php +++ b/libraries/joomla/database/database.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/database/mysql.php b/libraries/joomla/database/database/mysql.php index b55c713bf1e..40e3797e7e2 100644 --- a/libraries/joomla/database/database/mysql.php +++ b/libraries/joomla/database/database/mysql.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/database/mysqli.php b/libraries/joomla/database/database/mysqli.php index 398a0314d7b..33593c6b4bb 100644 --- a/libraries/joomla/database/database/mysqli.php +++ b/libraries/joomla/database/database/mysqli.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table.php b/libraries/joomla/database/table.php index b193518f621..a24139200aa 100644 --- a/libraries/joomla/database/table.php +++ b/libraries/joomla/database/table.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/aro.php b/libraries/joomla/database/table/aro.php index 271fd418d0d..ff95c76b0b5 100644 --- a/libraries/joomla/database/table/aro.php +++ b/libraries/joomla/database/table/aro.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/arogroup.php b/libraries/joomla/database/table/arogroup.php index 17e7354ddd6..a36ce8926e7 100644 --- a/libraries/joomla/database/table/arogroup.php +++ b/libraries/joomla/database/table/arogroup.php @@ -7,7 +7,7 @@ * @license GNU/GPL, see LICENSE.php */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); require_once dirname(__FILE__).DS.'tree.php'; diff --git a/libraries/joomla/database/table/axogroup.php b/libraries/joomla/database/table/axogroup.php index d0e14f668b6..46e6588fa90 100644 --- a/libraries/joomla/database/table/axogroup.php +++ b/libraries/joomla/database/table/axogroup.php @@ -7,7 +7,7 @@ * @license GNU/GPL, see LICENSE.php */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); require_once dirname(__FILE__).DS.'tree.php'; diff --git a/libraries/joomla/database/table/category.php b/libraries/joomla/database/table/category.php index ba04e88ef17..bb7094e7b2d 100644 --- a/libraries/joomla/database/table/category.php +++ b/libraries/joomla/database/table/category.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/component.php b/libraries/joomla/database/table/component.php index d6c3e20cb33..a96680fca60 100644 --- a/libraries/joomla/database/table/component.php +++ b/libraries/joomla/database/table/component.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/content.php b/libraries/joomla/database/table/content.php index c26a60810d7..d49a23ea64f 100644 --- a/libraries/joomla/database/table/content.php +++ b/libraries/joomla/database/table/content.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); diff --git a/libraries/joomla/database/table/menu.php b/libraries/joomla/database/table/menu.php index 22467394b39..9368306178f 100644 --- a/libraries/joomla/database/table/menu.php +++ b/libraries/joomla/database/table/menu.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/menutypes.php b/libraries/joomla/database/table/menutypes.php index a4809efa274..4416bd5ca9f 100644 --- a/libraries/joomla/database/table/menutypes.php +++ b/libraries/joomla/database/table/menutypes.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/module.php b/libraries/joomla/database/table/module.php index 9e066576d10..48579e66550 100644 --- a/libraries/joomla/database/table/module.php +++ b/libraries/joomla/database/table/module.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/plugin.php b/libraries/joomla/database/table/plugin.php index fef5f163dbc..19ace4f3217 100644 --- a/libraries/joomla/database/table/plugin.php +++ b/libraries/joomla/database/table/plugin.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/section.php b/libraries/joomla/database/table/section.php index 337002e9413..a9aed53f20f 100644 --- a/libraries/joomla/database/table/section.php +++ b/libraries/joomla/database/table/section.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/session.php b/libraries/joomla/database/table/session.php index ce70c291f37..a8286ae165b 100644 --- a/libraries/joomla/database/table/session.php +++ b/libraries/joomla/database/table/session.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/database/table/user.php b/libraries/joomla/database/table/user.php index 23dd91499cd..fb015b09728 100644 --- a/libraries/joomla/database/table/user.php +++ b/libraries/joomla/database/table/user.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/document.php b/libraries/joomla/document/document.php index a04b3a7450b..b3df3119581 100644 --- a/libraries/joomla/document/document.php +++ b/libraries/joomla/document/document.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); //Register the renderer class with the loader diff --git a/libraries/joomla/document/error/error.php b/libraries/joomla/document/error/error.php index ada51a46898..d9f9cd5e637 100644 --- a/libraries/joomla/document/error/error.php +++ b/libraries/joomla/document/error/error.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/feed/feed.php b/libraries/joomla/document/feed/feed.php index bed6fd3bd8e..93ca74600b8 100644 --- a/libraries/joomla/document/feed/feed.php +++ b/libraries/joomla/document/feed/feed.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/feed/renderer/atom.php b/libraries/joomla/document/feed/renderer/atom.php index efd8fb30b01..6d83e19f887 100644 --- a/libraries/joomla/document/feed/renderer/atom.php +++ b/libraries/joomla/document/feed/renderer/atom.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); diff --git a/libraries/joomla/document/feed/renderer/rss.php b/libraries/joomla/document/feed/renderer/rss.php index 80e80596f45..ee85e598c17 100644 --- a/libraries/joomla/document/feed/renderer/rss.php +++ b/libraries/joomla/document/feed/renderer/rss.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); diff --git a/libraries/joomla/document/html/html.php b/libraries/joomla/document/html/html.php index ec2c6766c09..3c7909006b6 100644 --- a/libraries/joomla/document/html/html.php +++ b/libraries/joomla/document/html/html.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.application.module.helper'); diff --git a/libraries/joomla/document/html/renderer/component.php b/libraries/joomla/document/html/renderer/component.php index 7fbad95ff00..8c4b8047338 100644 --- a/libraries/joomla/document/html/renderer/component.php +++ b/libraries/joomla/document/html/renderer/component.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/html/renderer/head.php b/libraries/joomla/document/html/renderer/head.php index 07dffd1b565..d42d0e913f9 100644 --- a/libraries/joomla/document/html/renderer/head.php +++ b/libraries/joomla/document/html/renderer/head.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/html/renderer/installation.php b/libraries/joomla/document/html/renderer/installation.php index b8e032e586f..8446c6cc015 100644 --- a/libraries/joomla/document/html/renderer/installation.php +++ b/libraries/joomla/document/html/renderer/installation.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/html/renderer/message.php b/libraries/joomla/document/html/renderer/message.php index 806b8d1b91f..d748124d490 100644 --- a/libraries/joomla/document/html/renderer/message.php +++ b/libraries/joomla/document/html/renderer/message.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/html/renderer/module.php b/libraries/joomla/document/html/renderer/module.php index 27add5b7477..a2ebf7eba55 100644 --- a/libraries/joomla/document/html/renderer/module.php +++ b/libraries/joomla/document/html/renderer/module.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/html/renderer/modules.php b/libraries/joomla/document/html/renderer/modules.php index e33031c9b9d..701b0af87d4 100644 --- a/libraries/joomla/document/html/renderer/modules.php +++ b/libraries/joomla/document/html/renderer/modules.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/pdf/pdf.php b/libraries/joomla/document/pdf/pdf.php index 087d90301ee..0c4e30f7668 100644 --- a/libraries/joomla/document/pdf/pdf.php +++ b/libraries/joomla/document/pdf/pdf.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/raw/raw.php b/libraries/joomla/document/raw/raw.php index d82e11c5bbd..0f9fcfe06d8 100644 --- a/libraries/joomla/document/raw/raw.php +++ b/libraries/joomla/document/raw/raw.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/renderer.php b/libraries/joomla/document/renderer.php index 2ef968672e4..0f201289c7e 100644 --- a/libraries/joomla/document/renderer.php +++ b/libraries/joomla/document/renderer.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/document/vcard/vcard.php b/libraries/joomla/document/vcard/vcard.php index d46bfc91110..c4d8126ccc4 100644 --- a/libraries/joomla/document/vcard/vcard.php +++ b/libraries/joomla/document/vcard/vcard.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/environment/browser.php b/libraries/joomla/environment/browser.php index 74544f98c04..1e6dcc1a070 100644 --- a/libraries/joomla/environment/browser.php +++ b/libraries/joomla/environment/browser.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/environment/request.php b/libraries/joomla/environment/request.php index e137c573fcc..ce4d72be944 100644 --- a/libraries/joomla/environment/request.php +++ b/libraries/joomla/environment/request.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/environment/uri.php b/libraries/joomla/environment/uri.php index b943bc1e57b..1a71178ba96 100644 --- a/libraries/joomla/environment/uri.php +++ b/libraries/joomla/environment/uri.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/error/error.php b/libraries/joomla/error/error.php index f0a6ff8b568..b5bd0472427 100644 --- a/libraries/joomla/error/error.php +++ b/libraries/joomla/error/error.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); // Error Definition: Illegal Options diff --git a/libraries/joomla/error/exception.php b/libraries/joomla/error/exception.php index 962e069ec73..c17ebb98f45 100644 --- a/libraries/joomla/error/exception.php +++ b/libraries/joomla/error/exception.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/error/log.php b/libraries/joomla/error/log.php index d1db7db8abb..8e317db5e4c 100644 --- a/libraries/joomla/error/log.php +++ b/libraries/joomla/error/log.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/error/profiler.php b/libraries/joomla/error/profiler.php index 1f43e08ae36..e8b20d3e103 100644 --- a/libraries/joomla/error/profiler.php +++ b/libraries/joomla/error/profiler.php @@ -13,7 +13,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); diff --git a/libraries/joomla/event/dispatcher.php b/libraries/joomla/event/dispatcher.php index 304298078e6..cda2fbb0017 100644 --- a/libraries/joomla/event/dispatcher.php +++ b/libraries/joomla/event/dispatcher.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.base.observable'); diff --git a/libraries/joomla/event/event.php b/libraries/joomla/event/event.php index 8b8e84637d5..025df00d8bd 100644 --- a/libraries/joomla/event/event.php +++ b/libraries/joomla/event/event.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport( 'joomla.base.observer' ); diff --git a/libraries/joomla/filesystem/archive/bzip2.php b/libraries/joomla/filesystem/archive/bzip2.php index e154ef2be72..3072d2d318c 100644 --- a/libraries/joomla/filesystem/archive/bzip2.php +++ b/libraries/joomla/filesystem/archive/bzip2.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/filesystem/archive/gzip.php b/libraries/joomla/filesystem/archive/gzip.php index e95ef8fb5f5..fdb19e78458 100644 --- a/libraries/joomla/filesystem/archive/gzip.php +++ b/libraries/joomla/filesystem/archive/gzip.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/filesystem/archive/tar.php b/libraries/joomla/filesystem/archive/tar.php index 8f3cc9d634d..2294604c4cb 100644 --- a/libraries/joomla/filesystem/archive/tar.php +++ b/libraries/joomla/filesystem/archive/tar.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/filesystem/archive/zip.php b/libraries/joomla/filesystem/archive/zip.php index 080d429502d..12cdeae352d 100644 --- a/libraries/joomla/filesystem/archive/zip.php +++ b/libraries/joomla/filesystem/archive/zip.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/filesystem/file.php b/libraries/joomla/filesystem/file.php index 551c45eb67c..e9a511bba63 100644 --- a/libraries/joomla/filesystem/file.php +++ b/libraries/joomla/filesystem/file.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.filesystem.path'); diff --git a/libraries/joomla/filesystem/filesystem.php b/libraries/joomla/filesystem/filesystem.php index a98b237fe67..e5acb57a575 100644 --- a/libraries/joomla/filesystem/filesystem.php +++ b/libraries/joomla/filesystem/filesystem.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.filesystem.path'); diff --git a/libraries/joomla/filesystem/folder.php b/libraries/joomla/filesystem/folder.php index 899f1e3194e..10e03d3831d 100644 --- a/libraries/joomla/filesystem/folder.php +++ b/libraries/joomla/filesystem/folder.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.filesystem.path'); diff --git a/libraries/joomla/filter/filterinput.php b/libraries/joomla/filter/filterinput.php index 0c7bec5ad7d..fa68f82c57c 100644 --- a/libraries/joomla/filter/filterinput.php +++ b/libraries/joomla/filter/filterinput.php @@ -12,7 +12,7 @@ * details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/editor.php b/libraries/joomla/html/editor.php index d48d05805bc..d95eb2da4db 100644 --- a/libraries/joomla/html/editor.php +++ b/libraries/joomla/html/editor.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.event.dispatcher'); diff --git a/libraries/joomla/html/form.php b/libraries/joomla/html/form.php index 8727c2ffded..2d0dea50d97 100644 --- a/libraries/joomla/html/form.php +++ b/libraries/joomla/html/form.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport( 'joomla.registry.registry' ); diff --git a/libraries/joomla/html/pagination.php b/libraries/joomla/html/pagination.php index 78701a3c123..62779aa4076 100644 --- a/libraries/joomla/html/pagination.php +++ b/libraries/joomla/html/pagination.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/pane.php b/libraries/joomla/html/pane.php index 79cc9df4680..14732b386a6 100644 --- a/libraries/joomla/html/pane.php +++ b/libraries/joomla/html/pane.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter.php b/libraries/joomla/html/parameter.php index 488a7118511..8e6abb9cc53 100644 --- a/libraries/joomla/html/parameter.php +++ b/libraries/joomla/html/parameter.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport( 'joomla.html.form' ); diff --git a/libraries/joomla/html/parameter/element.php b/libraries/joomla/html/parameter/element.php index fe484121b4f..0235de9bef6 100644 --- a/libraries/joomla/html/parameter/element.php +++ b/libraries/joomla/html/parameter/element.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/category.php b/libraries/joomla/html/parameter/element/category.php index ce18720edf2..f9de664fc59 100644 --- a/libraries/joomla/html/parameter/element/category.php +++ b/libraries/joomla/html/parameter/element/category.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/editors.php b/libraries/joomla/html/parameter/element/editors.php index d1f3fd207c9..01cb3dc41f4 100644 --- a/libraries/joomla/html/parameter/element/editors.php +++ b/libraries/joomla/html/parameter/element/editors.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/filelist.php b/libraries/joomla/html/parameter/element/filelist.php index 846f0378a87..86cc99c328f 100644 --- a/libraries/joomla/html/parameter/element/filelist.php +++ b/libraries/joomla/html/parameter/element/filelist.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/folderlist.php b/libraries/joomla/html/parameter/element/folderlist.php index ee17ffa863e..3c289df98b0 100644 --- a/libraries/joomla/html/parameter/element/folderlist.php +++ b/libraries/joomla/html/parameter/element/folderlist.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/helpsites.php b/libraries/joomla/html/parameter/element/helpsites.php index ddde19cb1ce..86e3def2e5c 100644 --- a/libraries/joomla/html/parameter/element/helpsites.php +++ b/libraries/joomla/html/parameter/element/helpsites.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/hidden.php b/libraries/joomla/html/parameter/element/hidden.php index e1c5c6ac8cb..c7256c73110 100644 --- a/libraries/joomla/html/parameter/element/hidden.php +++ b/libraries/joomla/html/parameter/element/hidden.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/imagelist.php b/libraries/joomla/html/parameter/element/imagelist.php index 928eeca9ecd..ef05ea31ae8 100644 --- a/libraries/joomla/html/parameter/element/imagelist.php +++ b/libraries/joomla/html/parameter/element/imagelist.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/languages.php b/libraries/joomla/html/parameter/element/languages.php index 582c22ee547..bd3de20acce 100644 --- a/libraries/joomla/html/parameter/element/languages.php +++ b/libraries/joomla/html/parameter/element/languages.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/list.php b/libraries/joomla/html/parameter/element/list.php index d8eb11a4b16..f7d58df42c2 100644 --- a/libraries/joomla/html/parameter/element/list.php +++ b/libraries/joomla/html/parameter/element/list.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/menu.php b/libraries/joomla/html/parameter/element/menu.php index 01168eb63d6..22fd4d2576e 100644 --- a/libraries/joomla/html/parameter/element/menu.php +++ b/libraries/joomla/html/parameter/element/menu.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/menuitem.php b/libraries/joomla/html/parameter/element/menuitem.php index 9cfee812daf..d45f0647e5a 100644 --- a/libraries/joomla/html/parameter/element/menuitem.php +++ b/libraries/joomla/html/parameter/element/menuitem.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/password.php b/libraries/joomla/html/parameter/element/password.php index 383e45ab42c..d1ea963fa5a 100644 --- a/libraries/joomla/html/parameter/element/password.php +++ b/libraries/joomla/html/parameter/element/password.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/radio.php b/libraries/joomla/html/parameter/element/radio.php index 7bf1e5aa626..363cc7b5f5c 100644 --- a/libraries/joomla/html/parameter/element/radio.php +++ b/libraries/joomla/html/parameter/element/radio.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/section.php b/libraries/joomla/html/parameter/element/section.php index 8cc92295670..39bb1afd431 100644 --- a/libraries/joomla/html/parameter/element/section.php +++ b/libraries/joomla/html/parameter/element/section.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/spacer.php b/libraries/joomla/html/parameter/element/spacer.php index dfdb83b88c2..78b6d32d9ca 100644 --- a/libraries/joomla/html/parameter/element/spacer.php +++ b/libraries/joomla/html/parameter/element/spacer.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/sql.php b/libraries/joomla/html/parameter/element/sql.php index 63b2bcf1f15..6723edb68ab 100644 --- a/libraries/joomla/html/parameter/element/sql.php +++ b/libraries/joomla/html/parameter/element/sql.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/text.php b/libraries/joomla/html/parameter/element/text.php index c0e32c0a6d2..821a6fbae8f 100644 --- a/libraries/joomla/html/parameter/element/text.php +++ b/libraries/joomla/html/parameter/element/text.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/textarea.php b/libraries/joomla/html/parameter/element/textarea.php index 64ec00187f2..d4ac37f6fb6 100644 --- a/libraries/joomla/html/parameter/element/textarea.php +++ b/libraries/joomla/html/parameter/element/textarea.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/timezones.php b/libraries/joomla/html/parameter/element/timezones.php index 6c361d7cfd7..05195c6ccf8 100644 --- a/libraries/joomla/html/parameter/element/timezones.php +++ b/libraries/joomla/html/parameter/element/timezones.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/parameter/element/usergroup.php b/libraries/joomla/html/parameter/element/usergroup.php index a63fddeffe5..74600e895d5 100644 --- a/libraries/joomla/html/parameter/element/usergroup.php +++ b/libraries/joomla/html/parameter/element/usergroup.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar.php b/libraries/joomla/html/toolbar.php index ee4aeef8e08..9e23da8ec14 100644 --- a/libraries/joomla/html/toolbar.php +++ b/libraries/joomla/html/toolbar.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); //Register the session storage class with the loader diff --git a/libraries/joomla/html/toolbar/button.php b/libraries/joomla/html/toolbar/button.php index 9d5f5ce1a8c..0169497daef 100644 --- a/libraries/joomla/html/toolbar/button.php +++ b/libraries/joomla/html/toolbar/button.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/confirm.php b/libraries/joomla/html/toolbar/button/confirm.php index 2ec9c904310..9627b5094a4 100644 --- a/libraries/joomla/html/toolbar/button/confirm.php +++ b/libraries/joomla/html/toolbar/button/confirm.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/custom.php b/libraries/joomla/html/toolbar/button/custom.php index 8575a5f3a9b..50e4f85543f 100644 --- a/libraries/joomla/html/toolbar/button/custom.php +++ b/libraries/joomla/html/toolbar/button/custom.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/help.php b/libraries/joomla/html/toolbar/button/help.php index bdbef2ea7a9..283128fbf75 100644 --- a/libraries/joomla/html/toolbar/button/help.php +++ b/libraries/joomla/html/toolbar/button/help.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/link.php b/libraries/joomla/html/toolbar/button/link.php index cb30bab70dd..267bcc31372 100644 --- a/libraries/joomla/html/toolbar/button/link.php +++ b/libraries/joomla/html/toolbar/button/link.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/popup.php b/libraries/joomla/html/toolbar/button/popup.php index 9bc9b7b79de..c7ee992f78a 100644 --- a/libraries/joomla/html/toolbar/button/popup.php +++ b/libraries/joomla/html/toolbar/button/popup.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/separator.php b/libraries/joomla/html/toolbar/button/separator.php index 219eec9cb76..5a7918db759 100644 --- a/libraries/joomla/html/toolbar/button/separator.php +++ b/libraries/joomla/html/toolbar/button/separator.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/html/toolbar/button/standard.php b/libraries/joomla/html/toolbar/button/standard.php index 7d542010ec4..0631887f4ec 100644 --- a/libraries/joomla/html/toolbar/button/standard.php +++ b/libraries/joomla/html/toolbar/button/standard.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/installer/adapters/component.php b/libraries/joomla/installer/adapters/component.php index b9c8838a889..35360dfa0f0 100644 --- a/libraries/joomla/installer/adapters/component.php +++ b/libraries/joomla/installer/adapters/component.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/installer/adapters/language.php b/libraries/joomla/installer/adapters/language.php index d5b3962d51a..4f5f245ad4b 100644 --- a/libraries/joomla/installer/adapters/language.php +++ b/libraries/joomla/installer/adapters/language.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/installer/adapters/module.php b/libraries/joomla/installer/adapters/module.php index 576a710ccab..ff68ac3fe65 100644 --- a/libraries/joomla/installer/adapters/module.php +++ b/libraries/joomla/installer/adapters/module.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/installer/adapters/plugin.php b/libraries/joomla/installer/adapters/plugin.php index 9a92169e867..f9417a8ed24 100644 --- a/libraries/joomla/installer/adapters/plugin.php +++ b/libraries/joomla/installer/adapters/plugin.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/installer/adapters/template.php b/libraries/joomla/installer/adapters/template.php index 9a13657ea00..05ccdb56fa4 100644 --- a/libraries/joomla/installer/adapters/template.php +++ b/libraries/joomla/installer/adapters/template.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/installer/helper.php b/libraries/joomla/installer/helper.php index 4b634ffe4f1..c17010f7891 100644 --- a/libraries/joomla/installer/helper.php +++ b/libraries/joomla/installer/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.filesystem.file'); diff --git a/libraries/joomla/installer/installer.php b/libraries/joomla/installer/installer.php index 2dbd8cd280e..5917d2d76bc 100644 --- a/libraries/joomla/installer/installer.php +++ b/libraries/joomla/installer/installer.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.filesystem.file'); diff --git a/libraries/joomla/language/helper.php b/libraries/joomla/language/helper.php index 465c318858c..75cb85f97af 100644 --- a/libraries/joomla/language/helper.php +++ b/libraries/joomla/language/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/language/language.php b/libraries/joomla/language/language.php index c0e04192ace..24843e647e7 100644 --- a/libraries/joomla/language/language.php +++ b/libraries/joomla/language/language.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/mail/helper.php b/libraries/joomla/mail/helper.php index 611f3f5cf71..45b3a9202f5 100644 --- a/libraries/joomla/mail/helper.php +++ b/libraries/joomla/mail/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/mail/mail.php b/libraries/joomla/mail/mail.php index 2c3279c96ae..c771b6cf403 100644 --- a/libraries/joomla/mail/mail.php +++ b/libraries/joomla/mail/mail.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('phpmailer.phpmailer'); diff --git a/libraries/joomla/methods.php b/libraries/joomla/methods.php index c0958bdfd3e..b4d80445731 100644 --- a/libraries/joomla/methods.php +++ b/libraries/joomla/methods.php @@ -11,7 +11,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/plugin/helper.php b/libraries/joomla/plugin/helper.php index 3b51ffee0db..f6563433c5a 100644 --- a/libraries/joomla/plugin/helper.php +++ b/libraries/joomla/plugin/helper.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/plugin/plugin.php b/libraries/joomla/plugin/plugin.php index a3f6531883f..d7810411567 100644 --- a/libraries/joomla/plugin/plugin.php +++ b/libraries/joomla/plugin/plugin.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport( 'joomla.event.event' ); diff --git a/libraries/joomla/registry/format.php b/libraries/joomla/registry/format.php index 61fbbaaa3e9..caabe24f426 100644 --- a/libraries/joomla/registry/format.php +++ b/libraries/joomla/registry/format.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/registry/format/ini.php b/libraries/joomla/registry/format/ini.php index 8705ff29e3e..85c337f3961 100644 --- a/libraries/joomla/registry/format/ini.php +++ b/libraries/joomla/registry/format/ini.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/registry/format/php.php b/libraries/joomla/registry/format/php.php index e930d9d95b4..88b69269510 100644 --- a/libraries/joomla/registry/format/php.php +++ b/libraries/joomla/registry/format/php.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/registry/format/xml.php b/libraries/joomla/registry/format/xml.php index 3c6f05d7f6f..04ee807e049 100644 --- a/libraries/joomla/registry/format/xml.php +++ b/libraries/joomla/registry/format/xml.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/registry/registry.php b/libraries/joomla/registry/registry.php index 59b6ed50a44..879f7ecbf76 100644 --- a/libraries/joomla/registry/registry.php +++ b/libraries/joomla/registry/registry.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); //Register the session storage class with the loader diff --git a/libraries/joomla/session/session.php b/libraries/joomla/session/session.php index 8502963c82c..4405906cf50 100644 --- a/libraries/joomla/session/session.php +++ b/libraries/joomla/session/session.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); //Register the session storage class with the loader diff --git a/libraries/joomla/session/storage.php b/libraries/joomla/session/storage.php index 5edcc08a0d8..6802632b4b0 100644 --- a/libraries/joomla/session/storage.php +++ b/libraries/joomla/session/storage.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/session/storage/apc.php b/libraries/joomla/session/storage/apc.php index 60c8fdd2a00..1fad22b5a32 100644 --- a/libraries/joomla/session/storage/apc.php +++ b/libraries/joomla/session/storage/apc.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/session/storage/database.php b/libraries/joomla/session/storage/database.php index 0b1367d134d..75de0ab6c2d 100644 --- a/libraries/joomla/session/storage/database.php +++ b/libraries/joomla/session/storage/database.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/session/storage/eaccelerator.php b/libraries/joomla/session/storage/eaccelerator.php index 124b040a8f2..1b34d876fdd 100644 --- a/libraries/joomla/session/storage/eaccelerator.php +++ b/libraries/joomla/session/storage/eaccelerator.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/session/storage/memcache.php b/libraries/joomla/session/storage/memcache.php index 688ab3d3f99..efe14303f20 100644 --- a/libraries/joomla/session/storage/memcache.php +++ b/libraries/joomla/session/storage/memcache.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/session/storage/none.php b/libraries/joomla/session/storage/none.php index f9b69fe4615..0297a9d7d2e 100644 --- a/libraries/joomla/session/storage/none.php +++ b/libraries/joomla/session/storage/none.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/session/storage/xcache.php b/libraries/joomla/session/storage/xcache.php index d365cd11518..8f8a1012112 100644 --- a/libraries/joomla/session/storage/xcache.php +++ b/libraries/joomla/session/storage/xcache.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/user/authentication.php b/libraries/joomla/user/authentication.php index 91ef876ad6b..28181404eba 100644 --- a/libraries/joomla/user/authentication.php +++ b/libraries/joomla/user/authentication.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('joomla.base.observable'); diff --git a/libraries/joomla/user/authorization.php b/libraries/joomla/user/authorization.php index 4a1788c3fba..45e28a54b23 100644 --- a/libraries/joomla/user/authorization.php +++ b/libraries/joomla/user/authorization.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('phpgacl.gacl'); diff --git a/libraries/joomla/user/user.php b/libraries/joomla/user/user.php index 9e1bc085f5a..850017998f8 100644 --- a/libraries/joomla/user/user.php +++ b/libraries/joomla/user/user.php @@ -12,7 +12,7 @@ * details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport( 'joomla.html.parameter'); diff --git a/libraries/joomla/utilities/compat/compat.php b/libraries/joomla/utilities/compat/compat.php index 4015b035237..8da2a79fe63 100644 --- a/libraries/joomla/utilities/compat/compat.php +++ b/libraries/joomla/utilities/compat/compat.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/utilities/date.php b/libraries/joomla/utilities/date.php index adac8f2fe94..7bce1ea6511 100644 --- a/libraries/joomla/utilities/date.php +++ b/libraries/joomla/utilities/date.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/utilities/simplecrypt.php b/libraries/joomla/utilities/simplecrypt.php index 6fdc14e1547..d9c2b111926 100644 --- a/libraries/joomla/utilities/simplecrypt.php +++ b/libraries/joomla/utilities/simplecrypt.php @@ -12,7 +12,7 @@ * details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/utilities/simplexml.php b/libraries/joomla/utilities/simplexml.php index dab055a8f79..a07514d792d 100644 --- a/libraries/joomla/utilities/simplexml.php +++ b/libraries/joomla/utilities/simplexml.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/utilities/string.php b/libraries/joomla/utilities/string.php index 9b8af3888d2..e8bc700e09f 100644 --- a/libraries/joomla/utilities/string.php +++ b/libraries/joomla/utilities/string.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/joomla/utilities/utility.php b/libraries/joomla/utilities/utility.php index efedf364852..d2c41a6c2cc 100644 --- a/libraries/joomla/utilities/utility.php +++ b/libraries/joomla/utilities/utility.php @@ -12,7 +12,7 @@ * details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/openid/Auth/OpenID.php b/libraries/openid/Auth/OpenID.php index b117faea855..a78484de61e 100644 --- a/libraries/openid/Auth/OpenID.php +++ b/libraries/openid/Auth/OpenID.php @@ -1,5 +1,5 @@ */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Dump.php b/libraries/pattemplate/patTemplate/Dump.php index 8ee41303c43..3d8904c7385 100644 --- a/libraries/pattemplate/patTemplate/Dump.php +++ b/libraries/pattemplate/patTemplate/Dump.php @@ -12,7 +12,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Dump/Html.php b/libraries/pattemplate/patTemplate/Dump/Html.php index 4a94558264e..a0d6e5d83eb 100644 --- a/libraries/pattemplate/patTemplate/Dump/Html.php +++ b/libraries/pattemplate/patTemplate/Dump/Html.php @@ -10,7 +10,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Dump/XUL.php b/libraries/pattemplate/patTemplate/Dump/XUL.php index 909bc2b26cf..13672e37c84 100644 --- a/libraries/pattemplate/patTemplate/Dump/XUL.php +++ b/libraries/pattemplate/patTemplate/Dump/XUL.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); require_once 'XML/XUL.php'; diff --git a/libraries/pattemplate/patTemplate/Function.php b/libraries/pattemplate/patTemplate/Function.php index fdc5da6601f..91d90af83a7 100644 --- a/libraries/pattemplate/patTemplate/Function.php +++ b/libraries/pattemplate/patTemplate/Function.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Alias.php b/libraries/pattemplate/patTemplate/Function/Alias.php index 2ef78e4f99d..9b6baaae533 100644 --- a/libraries/pattemplate/patTemplate/Function/Alias.php +++ b/libraries/pattemplate/patTemplate/Function/Alias.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Attribute.php b/libraries/pattemplate/patTemplate/Function/Attribute.php index b3aa191a9c1..1c1977a17ad 100644 --- a/libraries/pattemplate/patTemplate/Function/Attribute.php +++ b/libraries/pattemplate/patTemplate/Function/Attribute.php @@ -10,7 +10,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Call.php b/libraries/pattemplate/patTemplate/Function/Call.php index e775e0afd45..262ff206d78 100644 --- a/libraries/pattemplate/patTemplate/Function/Call.php +++ b/libraries/pattemplate/patTemplate/Function/Call.php @@ -13,7 +13,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Globalvar.php b/libraries/pattemplate/patTemplate/Function/Globalvar.php index a4fa458c1ea..5558c6a57f7 100644 --- a/libraries/pattemplate/patTemplate/Function/Globalvar.php +++ b/libraries/pattemplate/patTemplate/Function/Globalvar.php @@ -11,7 +11,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Highlight.php b/libraries/pattemplate/patTemplate/Function/Highlight.php index 027e538100e..8afeb711c6e 100644 --- a/libraries/pattemplate/patTemplate/Function/Highlight.php +++ b/libraries/pattemplate/patTemplate/Function/Highlight.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Img.php b/libraries/pattemplate/patTemplate/Function/Img.php index f821a250b5f..85d53302dfd 100644 --- a/libraries/pattemplate/patTemplate/Function/Img.php +++ b/libraries/pattemplate/patTemplate/Function/Img.php @@ -10,7 +10,7 @@ * @author Jens Strobel */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Phphighlight.php b/libraries/pattemplate/patTemplate/Function/Phphighlight.php index fc641570cdd..6a3d5973a42 100644 --- a/libraries/pattemplate/patTemplate/Function/Phphighlight.php +++ b/libraries/pattemplate/patTemplate/Function/Phphighlight.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Strip.php b/libraries/pattemplate/patTemplate/Function/Strip.php index 4808e6210d0..b6d40993fa6 100644 --- a/libraries/pattemplate/patTemplate/Function/Strip.php +++ b/libraries/pattemplate/patTemplate/Function/Strip.php @@ -10,7 +10,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Function/Time.php b/libraries/pattemplate/patTemplate/Function/Time.php index 6e656b478a6..4d795daec79 100644 --- a/libraries/pattemplate/patTemplate/Function/Time.php +++ b/libraries/pattemplate/patTemplate/Function/Time.php @@ -10,7 +10,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/InputFilter.php b/libraries/pattemplate/patTemplate/InputFilter.php index 5aea0fbb896..38f6ac6a20c 100644 --- a/libraries/pattemplate/patTemplate/InputFilter.php +++ b/libraries/pattemplate/patTemplate/InputFilter.php @@ -12,7 +12,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/InputFilter/ShortModifiers.php b/libraries/pattemplate/patTemplate/InputFilter/ShortModifiers.php index 86386994f66..50eff20f228 100644 --- a/libraries/pattemplate/patTemplate/InputFilter/ShortModifiers.php +++ b/libraries/pattemplate/patTemplate/InputFilter/ShortModifiers.php @@ -10,7 +10,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/InputFilter/StripComments.php b/libraries/pattemplate/patTemplate/InputFilter/StripComments.php index 3ca3a4bc6d6..a8e7bc09f20 100644 --- a/libraries/pattemplate/patTemplate/InputFilter/StripComments.php +++ b/libraries/pattemplate/patTemplate/InputFilter/StripComments.php @@ -11,7 +11,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier.php b/libraries/pattemplate/patTemplate/Modifier.php index b2c68c2fef9..2ca6fb56dc8 100644 --- a/libraries/pattemplate/patTemplate/Modifier.php +++ b/libraries/pattemplate/patTemplate/Modifier.php @@ -12,7 +12,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/Dateformat.php b/libraries/pattemplate/patTemplate/Modifier/Dateformat.php index d35889013ce..ddc7591dc3b 100644 --- a/libraries/pattemplate/patTemplate/Modifier/Dateformat.php +++ b/libraries/pattemplate/patTemplate/Modifier/Dateformat.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/Expression.php b/libraries/pattemplate/patTemplate/Modifier/Expression.php index f341508bf60..2c840c20bb3 100644 --- a/libraries/pattemplate/patTemplate/Modifier/Expression.php +++ b/libraries/pattemplate/patTemplate/Modifier/Expression.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/HTML/Img.php b/libraries/pattemplate/patTemplate/Modifier/HTML/Img.php index 9cad1687493..566ee0457b5 100644 --- a/libraries/pattemplate/patTemplate/Modifier/HTML/Img.php +++ b/libraries/pattemplate/patTemplate/Modifier/HTML/Img.php @@ -11,7 +11,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/Numberformat.php b/libraries/pattemplate/patTemplate/Modifier/Numberformat.php index 1288f914023..cda1148b2d5 100644 --- a/libraries/pattemplate/patTemplate/Modifier/Numberformat.php +++ b/libraries/pattemplate/patTemplate/Modifier/Numberformat.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/QuoteLatex.php b/libraries/pattemplate/patTemplate/Modifier/QuoteLatex.php index a1d58fc5933..0cb5b3760fc 100644 --- a/libraries/pattemplate/patTemplate/Modifier/QuoteLatex.php +++ b/libraries/pattemplate/patTemplate/Modifier/QuoteLatex.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/Surround.php b/libraries/pattemplate/patTemplate/Modifier/Surround.php index 22dc8abf5c4..e173aa5e4fe 100644 --- a/libraries/pattemplate/patTemplate/Modifier/Surround.php +++ b/libraries/pattemplate/patTemplate/Modifier/Surround.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/Truncate.php b/libraries/pattemplate/patTemplate/Modifier/Truncate.php index 80ab9298bb0..4052c72a1bb 100644 --- a/libraries/pattemplate/patTemplate/Modifier/Truncate.php +++ b/libraries/pattemplate/patTemplate/Modifier/Truncate.php @@ -10,7 +10,7 @@ * @author Rafa Couto */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Modifier/Wordwrapper.php b/libraries/pattemplate/patTemplate/Modifier/Wordwrapper.php index 3dfb92d0ff1..f91980c1c0e 100644 --- a/libraries/pattemplate/patTemplate/Modifier/Wordwrapper.php +++ b/libraries/pattemplate/patTemplate/Modifier/Wordwrapper.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputCache.php b/libraries/pattemplate/patTemplate/OutputCache.php index 4c94910742a..ea52ff1b080 100644 --- a/libraries/pattemplate/patTemplate/OutputCache.php +++ b/libraries/pattemplate/patTemplate/OutputCache.php @@ -17,7 +17,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter.php b/libraries/pattemplate/patTemplate/OutputFilter.php index 231db657c0f..5b8a3abcda1 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter.php +++ b/libraries/pattemplate/patTemplate/OutputFilter.php @@ -13,7 +13,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter/BBCode.php b/libraries/pattemplate/patTemplate/OutputFilter/BBCode.php index 4b8ee822031..6add444a310 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter/BBCode.php +++ b/libraries/pattemplate/patTemplate/OutputFilter/BBCode.php @@ -11,7 +11,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter/Gzip.php b/libraries/pattemplate/patTemplate/OutputFilter/Gzip.php index 872627ce3be..e24e7be3ad8 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter/Gzip.php +++ b/libraries/pattemplate/patTemplate/OutputFilter/Gzip.php @@ -12,7 +12,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter/HighlightPhp.php b/libraries/pattemplate/patTemplate/OutputFilter/HighlightPhp.php index 672e28a05a8..f01f99f257c 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter/HighlightPhp.php +++ b/libraries/pattemplate/patTemplate/OutputFilter/HighlightPhp.php @@ -11,7 +11,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter/PdfLatex.php b/libraries/pattemplate/patTemplate/OutputFilter/PdfLatex.php index a9f9111bd30..1171885e4b5 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter/PdfLatex.php +++ b/libraries/pattemplate/patTemplate/OutputFilter/PdfLatex.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter/StripWhitespace.php b/libraries/pattemplate/patTemplate/OutputFilter/StripWhitespace.php index 5f13ffbeec8..9cad5cfec43 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter/StripWhitespace.php +++ b/libraries/pattemplate/patTemplate/OutputFilter/StripWhitespace.php @@ -11,7 +11,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/OutputFilter/Tidy.php b/libraries/pattemplate/patTemplate/OutputFilter/Tidy.php index fd26a2b5469..9510566098f 100644 --- a/libraries/pattemplate/patTemplate/OutputFilter/Tidy.php +++ b/libraries/pattemplate/patTemplate/OutputFilter/Tidy.php @@ -12,7 +12,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Reader.php b/libraries/pattemplate/patTemplate/Reader.php index 63c6ae09375..f1c80c5b12e 100644 --- a/libraries/pattemplate/patTemplate/Reader.php +++ b/libraries/pattemplate/patTemplate/Reader.php @@ -12,7 +12,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Reader/DB.php b/libraries/pattemplate/patTemplate/Reader/DB.php index e0d152f54ef..4804504831f 100644 --- a/libraries/pattemplate/patTemplate/Reader/DB.php +++ b/libraries/pattemplate/patTemplate/Reader/DB.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Reader/File.php b/libraries/pattemplate/patTemplate/Reader/File.php index d59e2803089..7680212f462 100644 --- a/libraries/pattemplate/patTemplate/Reader/File.php +++ b/libraries/pattemplate/patTemplate/Reader/File.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Reader/IT.php b/libraries/pattemplate/patTemplate/Reader/IT.php index dc7be68564f..000b7d25d42 100644 --- a/libraries/pattemplate/patTemplate/Reader/IT.php +++ b/libraries/pattemplate/patTemplate/Reader/IT.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Reader/String.php b/libraries/pattemplate/patTemplate/Reader/String.php index 3578a03edb3..400acfec150 100644 --- a/libraries/pattemplate/patTemplate/Reader/String.php +++ b/libraries/pattemplate/patTemplate/Reader/String.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Stat.php b/libraries/pattemplate/patTemplate/Stat.php index 4d17f1a33bc..187e716c9a4 100644 --- a/libraries/pattemplate/patTemplate/Stat.php +++ b/libraries/pattemplate/patTemplate/Stat.php @@ -13,7 +13,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/Stat/File.php b/libraries/pattemplate/patTemplate/Stat/File.php index 08c98d0a32f..5b2cab567fe 100644 --- a/libraries/pattemplate/patTemplate/Stat/File.php +++ b/libraries/pattemplate/patTemplate/Stat/File.php @@ -13,7 +13,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/TemplateCache.php b/libraries/pattemplate/patTemplate/TemplateCache.php index bfe6a3f81be..1b6fbb8558f 100644 --- a/libraries/pattemplate/patTemplate/TemplateCache.php +++ b/libraries/pattemplate/patTemplate/TemplateCache.php @@ -18,7 +18,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/TemplateCache/File.php b/libraries/pattemplate/patTemplate/TemplateCache/File.php index e7666235c76..6f2f59e071b 100644 --- a/libraries/pattemplate/patTemplate/TemplateCache/File.php +++ b/libraries/pattemplate/patTemplate/TemplateCache/File.php @@ -9,7 +9,7 @@ * @author Stephan Schmidt */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/TemplateCache/MMCache.php b/libraries/pattemplate/patTemplate/TemplateCache/MMCache.php index b7173e209f1..e2a5c89113a 100644 --- a/libraries/pattemplate/patTemplate/TemplateCache/MMCache.php +++ b/libraries/pattemplate/patTemplate/TemplateCache/MMCache.php @@ -9,7 +9,7 @@ * @author Mike Valstar */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/pattemplate/patTemplate/TemplateCache/eAccelerator.php b/libraries/pattemplate/patTemplate/TemplateCache/eAccelerator.php index ead045b700f..b8353c6e2d8 100644 --- a/libraries/pattemplate/patTemplate/TemplateCache/eAccelerator.php +++ b/libraries/pattemplate/patTemplate/TemplateCache/eAccelerator.php @@ -9,7 +9,7 @@ * @author Mike Valstar */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/libraries/phpgacl/gacl_api.php b/libraries/phpgacl/gacl_api.php index b3db938922d..3ef857b1d88 100644 --- a/libraries/phpgacl/gacl_api.php +++ b/libraries/phpgacl/gacl_api.php @@ -30,7 +30,7 @@ * */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /* diff --git a/plugins/system/legacy/template/module/function/Sef.php b/plugins/system/legacy/template/module/function/Sef.php index 5fedb779d87..1c65661b3c1 100644 --- a/plugins/system/legacy/template/module/function/Sef.php +++ b/plugins/system/legacy/template/module/function/Sef.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/plugins/system/legacy/template/module/function/Translate.php b/plugins/system/legacy/template/module/function/Translate.php index b80a8847843..78a75aae0ba 100644 --- a/plugins/system/legacy/template/module/function/Translate.php +++ b/plugins/system/legacy/template/module/function/Translate.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/plugins/system/legacy/template/module/modifier/SEF.php b/plugins/system/legacy/template/module/modifier/SEF.php index 6dc28a4f03c..5aeb5ac7c23 100644 --- a/plugins/system/legacy/template/module/modifier/SEF.php +++ b/plugins/system/legacy/template/module/modifier/SEF.php @@ -11,7 +11,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/plugins/system/legacy/template/module/modifier/Translate.php b/plugins/system/legacy/template/module/modifier/Translate.php index 268fc1292d6..540e6da1459 100644 --- a/plugins/system/legacy/template/module/modifier/Translate.php +++ b/plugins/system/legacy/template/module/modifier/Translate.php @@ -11,7 +11,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); /** diff --git a/plugins/system/legacy/template/template.php b/plugins/system/legacy/template/template.php index 5fa82b3e8a3..949b5e78695 100644 --- a/plugins/system/legacy/template/template.php +++ b/plugins/system/legacy/template/template.php @@ -12,7 +12,7 @@ * See COPYRIGHT.php for copyright notices and details. */ -// Check to ensure this file is within the rest of the framework +// No direct access defined('JPATH_BASE') or die(); jimport('pattemplate.patTemplate');