2010-moteur-site-simple/cms2/code/debug.php

7 lines
71 B
PHP

<?php
function niy($name) {
echo "Not implemented yet : $name";
}
?>