v3
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
|
||||
Bland configuration/functions n such
|
||||
|
||||
- Configuration for URLs to be directed locally or CDN. 4.26 pm, 8-19-24
|
||||
|
||||
*/
|
||||
|
||||
|
||||
// CDN on or off
|
||||
$setURL = "2";
|
||||
|
||||
if ($setURL == 1) {
|
||||
// CDN URL
|
||||
$mainURL = "";
|
||||
//echo $mainURL;
|
||||
|
||||
} else {
|
||||
// local/server URL
|
||||
$mainURL = "https://tyclifford.com";
|
||||
//echo $mainURL;
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user