summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/WebConsole/principal/colasacciones.php4
-rw-r--r--server/etc/apache-prev2.4.conf.tmpl3
-rw-r--r--server/etc/apache.conf.tmpl5
3 files changed, 2 insertions, 10 deletions
diff --git a/admin/WebConsole/principal/colasacciones.php b/admin/WebConsole/principal/colasacciones.php
index c6906540..6cc6d822 100644
--- a/admin/WebConsole/principal/colasacciones.php
+++ b/admin/WebConsole/principal/colasacciones.php
@@ -1129,10 +1129,10 @@ function escribeCheck()
echo'
<TABLE class="tabla_busquedas" align=center border=0 cellPadding=0 cellSpacing=0>
<TR>
- TH height=15 align="center" colspan=14><? echo $TbMsg[18]?></TH>
+ TH height=15 align="center" colspan=14><?php echo $TbMsg[18]?></TH>
</TR>
<TR>
- <TD align=right><? echo $TbMsg[30]?></TD>
+ <TD align=right><?php echo $TbMsg[30]?></TD>
<TD align=center><INPUT type="checkbox" checked></TD>
<TD width="20" align=center>&nbsp;</TD>
</TR>
diff --git a/server/etc/apache-prev2.4.conf.tmpl b/server/etc/apache-prev2.4.conf.tmpl
index 24f89677..304e3b2c 100644
--- a/server/etc/apache-prev2.4.conf.tmpl
+++ b/server/etc/apache-prev2.4.conf.tmpl
@@ -4,9 +4,6 @@ Alias /opengnsys CONSOLEDIR
RewriteEngine On
-# Overrides default CentOS php.ini configuration.
-php_value short_open_tag on
-
# Redirect HTTP to HTTPS and default configuration.
<Directory CONSOLEDIR>
RewriteCond %{HTTPS} !=on
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl
index 5ecd996e..ab49503d 100644
--- a/server/etc/apache.conf.tmpl
+++ b/server/etc/apache.conf.tmpl
@@ -4,11 +4,6 @@ Alias /opengnsys CONSOLEDIR
RewriteEngine On
-# Overrides default CentOS php.ini configuration.
-<IfModule mod_php5.c>
- php_value short_open_tag on
-</IfModule>
-
# Redirect HTTP to HTTPS and default configuration.
<Directory CONSOLEDIR>
RewriteCond %{HTTPS} !=on