lazy19 / app /Constantes.php
perahh's picture
modificacion en constantes.php
eeaf9cf
raw
history blame
No virus
231 Bytes
<?php include_once ('inc/header.php');?>
<?php
define("MESSAGE","Happy learning");
echo MESSAGE;
?>
<?php include_once ('inc/footer.php');?>