PerlaHM commited on
Commit
bae8bc7
1 Parent(s): 0d929f1

se modifico constante

Browse files
Files changed (1) hide show
  1. app/constante.php +5 -5
app/constante.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php include_once('inc/header.php');?>
2
  <?php
3
- define("MESSAGE" ,"INSTITUTO");
4
- define("MESSAGE" ,"TECNOLOGICO");
5
- define("MESSAGE" ,"SUPERIOR");
6
- define("MESSAGE" ,"DE");
7
- define("MESSAGE" ,"ZONGOLICA");
8
 
9
 
10
  print MESSAGE;
 
1
  <?php include_once('inc/header.php');?>
2
  <?php
3
+ define("MESSAGE" , "INSTITUTO,
4
+ TECNOLOGICO,
5
+ SUPERIOR,
6
+ DE,
7
+ ZONGOLICA");
8
 
9
 
10
  print MESSAGE;