| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tgnewdev/admin/mod/ |
Upload File : |
<?php
define('APP_TITLE', 'Thought Gallery');
define('APP_COMPANY', 'Davler Media Group');
define('APP_SITE_TITLE', 'ThoughtGallery.org - Discover Dozens of Upcoming Talks, Readings, & Performances in New York City');
define('APP_SITE_DESCRIPTION', 'Discover Upcoming Talks, Readings, & Performances in NYC Get The CurriculumOur free weekly email with smart things to do in NYC Just Announced Plan to attend these great events in New York City Calendar Search for events by date range and category:©2025 Davler Media Group LLC. All rights reserved. Get The CurriculumOur free weekly email with smart');
define('APP_GOOGLE_SITE_VERIFICATION', '9eozsWlrgwPtXYdMPeX3rJCwTsyWsS9SaNO04TD2W0U');
define('APP_MEDIA_CATEGORIES', [
'content' => 'Content',
'reserved' => 'Reserved - do not use',
]);
define('APP_MEDIA_TYPES', [
'img' => 'img',
'video' => 'video',
'audio' => 'audio',
]);
define('APP_EVENT_STATUSES', [
'1' => 'Active',
'0' => 'Pending',
'-1' => 'Deleted',
'2' => 'Rejected',
'3' => 'Draft',
]);
define('APP_LOCATION_STATUSES', [
'1' => 'Active',
'0' => 'Inactive',
'-1' => 'Deleted',
'2' => 'Rejected',
'3' => 'Draft',
]);
define('APP_ARTICLE_STATUSES', [
'1' => 'publish',
'0' => 'draft',
'-1' => 'trash',
'2' => 'private',
]);
define('APP_LOCATION_TYPES', [
'' => 'No Location',
'physical' => 'Physical Location',
'url' => 'URL',
]);
define('APP_RECURRENCE_TYPES', [
'daily' => 'Daily',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
]);
define('APP_WEEKDAYS', [
'1' => 'Monday',
'2' => 'Tuesday',
'3' => 'Wednesday',
'4' => 'Thursday',
'5' => 'Friday',
'6' => 'Saturday',
'0' => 'Sunday',
]);
define('APP_WEEKS_OF_MONTH', [
'1' => 'First',
'2' => 'Second',
'3' => 'Third',
'4' => 'Fourth',
'5' => 'Fifth',
'-1' => 'Last',
]);
define('APP_MONTHS', [
'1' => 'January',
'2' => 'February',
'3' => 'March',
'4' => 'April',
'5' => 'May',
'6' => 'June',
'7' => 'July',
'8' => 'August',
'9' => 'September',
'10' => 'October',
'11' => 'November',
'12' => 'December',
]);
define('APP_CONTACT_STATUSES', [
'1' => 'Active',
'0' => 'Inactive',
'2' => 'Pending',
]);
define('APP_SHORTCODES', [
'get_curriculum_box' => 'Get the Curriculum Box',
]);