elon_itsz / app /constantes.php
ladogton2010's picture
Agregada constante
4b042e6
raw
history blame
155 Bytes
<?php include_once("./inc/header.php"); ?>
<?php
define("MESSAGE","Happy learning!");
echo MESSAGE;
?>
<?php include_once("./inc/footer.php"); ?>