PageRenderTime 52ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/webroot/updates/concrete5.6.0.2/concrete/libraries/log.php

https://bitbucket.org/microwebedu/registratie_carem
PHP | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 3462635bbeaaf9b9c0783db0fcaeb57d MD5 | raw file
Possible License(s): MIT, LGPL-2.1, BSD-3-Clause
  1. <?php
  2. defined('C5_EXECUTE') or die("Access Denied.");
  3. class LogEntry extends Concrete5_Library_LogEntry {}
  4. class Log extends Concrete5_Library_Log {}