Changeset 863 in ExiteCMS for trunk/includes/font2image.php
- Timestamp:
- 10/03/07 00:14:44 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/font2image.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/font2image.php
r847 r863 4 4 Original code by Stewart Rosenberger, http://www.stewartspeak.com/headings/ 5 5 6 Converted by WanWizard to work in a PHP-Fusionenvironment6 Converted by WanWizard to work in am ExiteCMS environment 7 7 8 8 usage: $image_resource = font2image($f2i_array); … … 37 37 38 38 */ 39 if (!defined(" ExiteCMS_INIT")) { header("Location: ../index.php"); exit; }39 if (!defined("INIT_CMS_OK")) { header("Location: ../index.php"); exit; } 40 40 41 41 function font2image($font2image) {
Note: See TracChangeset
for help on using the changeset viewer.
