notebook.ajax.php 147 B

123456789
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. namespace Notebook;
  4. require_once '../global.inc.php';
  5. AjaxController::instance()->run();
  6. exit;