mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix gitignore, undefined var
This commit is contained in:
parent
112d2a61e3
commit
b5bcfc2e22
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
.sass-cache
|
||||
/data/config.php
|
||||
/web/css/*
|
||||
/log
|
||||
/data/secret
|
||||
/web/zohoverify
|
||||
nbproject
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php $error = isset($error) ? $error : null ?>
|
||||
<form action="/list-subscribe" method="post" novalidate>
|
||||
<?php if ($error): ?>
|
||||
<div class="notice notice-error spacer1"><?php echo $error ?></div>
|
||||
|
@ -30,4 +31,4 @@
|
|||
<?php endif ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</form>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue