1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 02:27:10 +00:00

add registration script and required config options

This commit is contained in:
Andrew Dolgov
2009-01-19 08:13:36 +01:00
parent bf996dfab4
commit 4f7956b3df
3 changed files with 366 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ window.onload = init;
<tr><td colspan="2" align="right" class="innerLoginCell">
<input type="submit" class="button" value="<?php echo __('Log in') ?>" name='click'>
<?php if (defined('_ENABLE_REGISTRATION')) { ?>
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
<input type="submit" class="button" onclick="return gotoRegForm()"
value="<?php echo __("Create new account") ?>"/>
<?php } ?>