PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/core/model/modx/mysql/modaccesspolicy.class.php

http://github.com/modxcms/revolution
PHP | 16 lines | 7 code | 1 blank | 8 comment | 0 complexity | e97fc18ccbc20fba15d4d82f4d1436bc MD5 | raw file
Possible License(s): GPL-2.0, Apache-2.0, BSD-3-Clause, LGPL-2.1
  1. <?php
  2. /*
  3. * This file is part of MODX Revolution.
  4. *
  5. * Copyright (c) MODX, LLC. All Rights Reserved.
  6. *
  7. * For complete copyright and license information, see the COPYRIGHT and LICENSE
  8. * files found in the top-level directory of this distribution.
  9. */
  10. require_once (strtr(realpath(dirname(__DIR__)), '\\', '/') . '/modaccesspolicy.class.php');
  11. /**
  12. * @package modx
  13. * @subpackage mysql
  14. */
  15. class modAccessPolicy_mysql extends modAccessPolicy {}