Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created May 26, 2010 18:09
Show Gist options
  • Save pedrofaria/414832 to your computer and use it in GitHub Desktop.
Save pedrofaria/414832 to your computer and use it in GitHub Desktop.
<?php
//...
$db_prefix = array(
'default' => '',
'authmap' => 'databasedosusuarios.',
'sessions' => 'databasedosusuarios.',
'users' => 'databasedosusuarios.',
);
//...
$base_url = 'http://subdominio.dominiodositepai.com';
//...
$cookie_domain = 'dominiodositepai.com';
// ...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment