Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 356 Bytes

security.md

File metadata and controls

10 lines (9 loc) · 356 Bytes

Security

  • Make sure that Paths /protected, /uploads/file are not accessible by web (.htaccess)
  • Comment out following lines in index.php to disable error reporting / debugging.
//defined('YII_DEBUG') or define('YII_DEBUG', true);
//defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 5);
//ini_set('error_reporting', E_ALL);