Uploaded the files.
This commit is contained in:
commit
37661b3ee7
374 changed files with 90632 additions and 0 deletions
7
admin/server/errors.php
Normal file
7
admin/server/errors.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php if (count($errors) > 0) : ?>
|
||||
<div class="error">
|
||||
<?php foreach ($errors as $error) : ?>
|
||||
<p><?php echo $error ?></p>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
<?php endif ?>
|
Loading…
Add table
Add a link
Reference in a new issue