diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 10:41:36 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 10:41:36 -0400 |
commit | df86aa721455fde537608d5faeaaf92075afb738 (patch) | |
tree | 972342bcbfb4369bab328d19be4a4dd0c8da27e4 /install.php | |
parent | 434abed511faa045c506c75443895b7e4ce7ff3f (diff) |
define LACONICA and accept LACONICA for backwards compatibility
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 9e01ff738..d278bcc17 100644 --- a/install.php +++ b/install.php @@ -363,7 +363,7 @@ function writeConf($sitename, $server, $path, $fancy, $db) { // assemble configuration file in a string $cfg = "<?php\n". - "if (!defined('STATUSNET')) { exit(1); }\n\n". + "if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }\n\n". // site name "\$config['site']['name'] = '$sitename';\n\n". |