se modifico constante
Browse files- app/constante.php +4 -4
app/constante.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php include_once('inc/header.php');?>
|
2 |
<?php
|
3 |
define("MESSAGE" , "INSTITUTO");
|
4 |
-
("
|
5 |
-
("
|
6 |
-
("
|
7 |
-
("
|
8 |
|
9 |
|
10 |
print MESSAGE;
|
|
|
1 |
<?php include_once('inc/header.php');?>
|
2 |
<?php
|
3 |
define("MESSAGE" , "INSTITUTO");
|
4 |
+
("INSTITUTO");
|
5 |
+
("INSTITUTO");
|
6 |
+
("INSTITUTO");
|
7 |
+
("INSTITUTO");
|
8 |
|
9 |
|
10 |
print MESSAGE;
|