Commit Β·
594e46e
1
Parent(s): ce43e34
se modifico
Browse files
{app β examen}/constante.php
RENAMED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
<?php include_once('inc/header.php');?>
|
| 2 |
<?php
|
| 3 |
define("MESSAGE" "Instituto!");
|
| 4 |
-
|
| 5 |
-
define("MESSAGE" "
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
print MESSAGE;
|
| 9 |
?>
|
| 10 |
<?php include_once('inc/footer.php');?>
|
|
|
|
| 1 |
<?php include_once('inc/header.php');?>
|
| 2 |
<?php
|
| 3 |
define("MESSAGE" "Instituto!");
|
| 4 |
+
print MESSAGE;
|
| 5 |
+
define("MESSAGE" "Tecnologico!");
|
| 6 |
+
print MESSAGE;
|
| 7 |
+
define("MESSAGE" "Superior!");
|
| 8 |
+
print MESSAGE;
|
| 9 |
+
define("MESSAGE" "de!");
|
| 10 |
+
print MESSAGE;
|
| 11 |
+
define("MESSAGE" "Zongolica!");
|
| 12 |
print MESSAGE;
|
| 13 |
?>
|
| 14 |
<?php include_once('inc/footer.php');?>
|
{app β examen}/inc/footer.php
RENAMED
|
File without changes
|
{app β examen}/inc/header.php
RENAMED
|
File without changes
|
{app β examen}/index.php
RENAMED
|
File without changes
|
{app β examen}/variable.php
RENAMED
|
File without changes
|