New Coregrade
This commit is contained in:
@@ -79,6 +79,16 @@ defined('EXIT__AUTO_MIN') || define('EXIT__AUTO_MIN', 9); // lowest automat
|
||||
defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
|
||||
|
||||
|
||||
const SOCIAL_FACEBOOK = 'https://www.facebook.com/coregradeweb/';
|
||||
const SOCIAL_TWITTER = 'https://twitter.com/core_grade';
|
||||
const SOCIAL_INSTAGRAM = 'https://www.instagram.com/coregrade_web';
|
||||
const SOCIAL_YOUTUBE = '';
|
||||
const SITE_EMAIL = 'support@coregrade.com';
|
||||
const SITE_PHONE = '404-858-7966';
|
||||
const SITE_ADDRESS = '32 Oatgrass Dr, Grayson GA 30017';
|
||||
|
||||
|
||||
|
||||
const COREGRADE_ACCOUNT_TESTEMAIL = 11001;
|
||||
const COREGRADE_ACCOUNT_PENDING = 11010;
|
||||
const COREGRADE_VERIFY_PENDING_LINK = 11015;
|
||||
|
||||
@@ -38,7 +38,9 @@ $routes->get('/security', 'Home::security');
|
||||
$routes->get('/terms', 'Home::terms');
|
||||
$routes->get('/privacy', 'Home::privacy');
|
||||
$routes->get('/contact', 'Home::contact');
|
||||
$routes->get('/howitworks', 'Home::howitworks');
|
||||
$routes->get('/blog-details', 'Home::blogdetails');
|
||||
|
||||
$routes->get('/old', 'Home::indexold');
|
||||
|
||||
$routes->get('/auth', 'Home::login');
|
||||
$routes->get('/newuser', 'Home::newuser');
|
||||
|
||||
Reference in New Issue
Block a user