Files @ b6f7eccea487
Branch filter:

Location: majic-ansible-roles/roles/php_website/tests/data/php/mandatory/index.php - annotation

branko
MAR-117: Renamed ldap_entry and ldap_permissions modules:

- Renamed ldap_entry module to m_ldap_entry.
- Renamed ldap_permissions module to m_ldap_permissions.
- Renames done to avoid collisions with official modules (at least for
ldap_entry).
1
2
3
4
5
<?php

echo "This is the index page for parameters-mandatory.";

?>