Mercurial > hg > extraction-interface
comparison config/config.php @ 78:960ba96efce1 extractapp
Update: click to popup remove-tag-window; select to popup tag-window
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 20 Apr 2015 15:44:54 +0200 |
parents | 97c1e5102a22 |
children | ecc4b22e9b05 |
comparison
equal
deleted
inserted
replaced
77:97c1e5102a22 | 78:960ba96efce1 |
---|---|
4 | 4 |
5 class Config { | 5 class Config { |
6 | 6 |
7 public function Configuration() { | 7 public function Configuration() { |
8 /** | 8 /** |
9 * Configuration for the system. | 9 * Configuration for the system. |
10 * If it runs with LGService, set $AT_LOCAL to be true; | 10 * If it runs with LGService, set $AT_LOCAL to be true; |
11 * otherwise (runs on localhost), set it to be false. | 11 * otherwise (runs on localhost), set it to be false. |
12 */ | 12 */ |
13 | 13 |
14 global $AT_LOCAL, $mysql_database, $mysql_server, $mysql_user, $mysql_password, $server_host, $lgserver_url, | 14 global $AT_LOCAL, $mysql_database, $mysql_server, $mysql_user, $mysql_password, $server_host, $lgserver_url, |
15 $systemNAME, $system_root_url; | 15 $systemNAME, $system_root_url; |
16 | 16 |