ajax.php 295 B

1234567891011121314
  1. <?php
  2. /*
  3. * This file is part of the Fred package.
  4. *
  5. * Copyright (c) MODX, LLC
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. require_once 'init.php';
  11. $ajax = new \Fred\Endpoint\Ajax($fred);
  12. $ajax->run();