BUG 5163 Changed the short open tags for PHP code to long open tag.

This commit is contained in:
Hector Cortez
2011-12-22 16:56:22 -04:00
parent 86dc20738a
commit ee22d188cd
52 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "Server Error ";
$ERROR_DESCRIPTION = "
<br />

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "400 Bad Request ";
$ERROR_DESCRIPTION = "Your browser (or proxy) sent a request
that this server could not understand.<br />

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "401 Unauthorized ";
$ERROR_DESCRIPTION = "
This server could not verify that

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "403 Forbidden ";
$ERROR_DESCRIPTION = "
You don't have permission to access the requested directory. There is either

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "404 Not Found ";
$ERROR_DESCRIPTION = "
Your browser (or proxy) sent a request

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "503 Service unavailable ";
$ERROR_DESCRIPTION = "
The server is temporarily unable to service your request due to maintenance

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "701 workspace not available ";
$ERROR_DESCRIPTION = "You have specified a workspace not available in this server. <br>
Please review your URL and try it again.<br />

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "702 workspace undefined ";
$ERROR_DESCRIPTION = "You have specified an undefined workspace. <br>
Please review your URL and try it again.<br />

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "703 style undefined ";
$ERROR_DESCRIPTION = "You have specified an undefined style for this workspace. <br>
Please review your URL and try it again.<br />

View File

@@ -1,4 +1,4 @@
<?
<?php
$ERROR_TEXT = "704 DB directory not found ";
$ERROR_DESCRIPTION = "You have specified an invalida directory for DB files ( database definitions ). <br>
Please review your URL and try it again.<br />