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:
@@ -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 } ?>
|
||||
|
||||
Reference in New Issue
Block a user