Changeset 225062
- Timestamp:
- 04/03/2010 08:30:53 PM (16 years ago)
- File:
-
- 1 edited
-
underconstruction/trunk/underConstruction.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
underconstruction/trunk/underConstruction.php
r220248 r225062 103 103 if ($this->displayStatusCodeIs(2)) //they want custom HTML! 104 104 { 105 echo html_entity_decode($this->getCustomHTML() );105 echo html_entity_decode($this->getCustomHTML(), ENT_QUOTES); 106 106 die(); 107 107 }
Note: See TracChangeset
for help on using the changeset viewer.