Skip to content

Instantly share code, notes, and snippets.

@cccaldas
Created March 21, 2012 19:40
Show Gist options
  • Save cccaldas/2151879 to your computer and use it in GitHub Desktop.
Save cccaldas/2151879 to your computer and use it in GitHub Desktop.
init.php
<?php
require_once 'app/lib/sf/AppConfiguration.php';
require_once 'app/lib/sf/SF.php';
require_once 'app/system/config.inc.php';
if($_SERVER["REQUEST_URI"]=='/' && $_SERVER["SERVER_NAME"] != "localhost") {
header( 'Location: http://cetemag.org.br/index' ) ;
}
SF::init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment