Changeset 7501
- Timestamp:
- 10/30/10 17:07:18 (3 years ago)
- Location:
- trunk/include
- Files:
-
- 2 modified
-
common.inc.php (modified) (1 diff)
-
config_default.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r6523 r7501 134 134 } 135 135 define('PHPWG_URL', 'http://'.PHPWG_DOMAIN); 136 define('PEM_URL', 'http://'.PHPWG_DOMAIN.'/ext'); 136 137 if(isset($conf['alternative_pem_url']) and $conf['alternative_pem_url']!='') 138 { 139 define('PEM_URL', $conf['alternative_pem_url']); 140 } 141 else 142 { 143 define('PEM_URL', 'http://'.PHPWG_DOMAIN.'/ext'); 144 } 137 145 138 146 -
trunk/include/config_default.inc.php
r6951 r7501 515 515 $conf['users_table'] = $prefixeTable.'users'; 516 516 517 // If you decide to use external authentication 517 // If you decide to use external authentication 518 518 // change conf below by $conf['external_authentification'] = true; 519 519 $conf['external_authentification'] = false; … … 786 786 // enable the synchronization method for adding photos 787 787 $conf['enable_synchronization'] = true; 788 789 // PEM url 790 $conf['alternative_pem_url'] = ''; 791 792 788 793 ?>
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)