PageRenderTime 43ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/conf/ini_set.php

https://bitbucket.org/becool/flex
PHP | 11 lines | 4 code | 1 blank | 6 comment | 0 complexity | 6ea127e802e413f149c7188fe1abaf5d MD5 | raw file
  1. <?php
  2. /**
  3. * @author Nagara Vitaliy
  4. * @CMS Flex
  5. * @Copyright (c) 2008 Infinity. All rights reserved.
  6. */
  7. ini_set('display_errors', 'on');
  8. //set incude pathes
  9. set_include_path(get_include_path() . PATH_SEPARATOR . BEDIR_CLASS . PATH_SEPARATOR . BEDIR_LIB);
  10. ?>