BUG 5163 Changed the short open tags for PHP code to long open tag.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$ERROR_TEXT = "Server Error ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
<br />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$ERROR_TEXT = "401 Unauthorized ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
This server could not verify that
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$ERROR_TEXT = "403 Forbidden ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
You don't have permission to access the requested directory. There is either
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$ERROR_TEXT = "404 Not Found ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
Your browser (or proxy) sent a request
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$ERROR_TEXT = "503 Service unavailable ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
The server is temporarily unable to service your request due to maintenance
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user