mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 21:48:00 +00:00
added possibility to have a notice displayed on the upload form
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
test.php
|
||||
test.php
|
||||
notice.txt
|
||||
@@ -37,6 +37,10 @@
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<a href="/"><img src="/css/imgs/logo/horizontal3.png" /></a>
|
||||
<?php
|
||||
if(file_exists(ROOT.DS.'notice.txt'))
|
||||
echo '<div class="alert alert-warning" role="alert">'.file_get_contents(ROOT.DS.'notice.txt').'</div>';
|
||||
?>
|
||||
<div class="well">
|
||||
<div id="uploadinfo"></div>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user