Skip to content

Instantly share code, notes, and snippets.

@ErlendEllingsen
Created January 29, 2018 13:42
Show Gist options
  • Save ErlendEllingsen/f5c1566794fe0d5121c1bc395341f044 to your computer and use it in GitHub Desktop.
Save ErlendEllingsen/f5c1566794fe0d5121c1bc395341f044 to your computer and use it in GitHub Desktop.
PHP Auto script web url
<?php
//Create web link
$linkPrefix = (APP_ENVIRONMENT == APP_ENVIRONMENT_PROD ? 'https://' : 'http://');
define('APP_WWW_PATH', $linkPrefix . $_SERVER['HTTP_HOST'] . dirname($_SERVER['SCRIPT_NAME']));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment