Minor changing Dxxxx to Chamilo

skala
Julio Montoya 16 years ago
parent 8d54ded29a
commit d133ff9d3d
  1. 4
      main/inc/lib/security.lib.php

@ -1,12 +1,12 @@
<?php
/* For licensing terms, see /license.txt */
/**
* This is the security library for Dokeos.
* This is the security library for Chamilo.
*
* This library is based on recommendations found in the PHP5 Certification
* Guide published at PHP|Architect, and other recommendations found on
* http://www.phpsec.org/
* The principles here are that all data is tainted (most scripts of Dokeos are
* The principles here are that all data is tainted (most scripts of Chamilo are
* open to the public or at least to a certain public that could be malicious
* under specific circumstances). We use the white list approach, where as we
* consider that data can only be used in the database or in a file if it has

Loading…
Cancel
Save