Skip to content

Commit

Permalink
Fix #66
Browse files Browse the repository at this point in the history
Switch to 2MB
  • Loading branch information
vmdude committed Apr 18, 2016
1 parent 69305f9 commit d72aad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/www/admin/updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="panel-heading"><h3 class="panel-title">Update Package Notes</h3></div>
<div class="panel-body">
<ul>
<li>The maximum file size for uploads in this package updater <strong>500 KB</strong></li>
<li>The maximum file size for uploads in this package updater <strong>2 MB</strong></li>
<li>Use this page to upload SexiGraf Update Package files (<strong>SUP</strong>)</li>
<li>Please refer to the <a href="http://www.sexigraf.fr/">project website</a> and documentation for more information.</li>
</ul>
Expand All @@ -23,7 +23,7 @@
Current version of SexiGraf is: <strong><?php echo (file_exists('/etc/sexigraf_version') ? file_get_contents('/etc/sexigraf_version', FILE_USE_INCLUDE_PATH) : "Unknown"); ?></strong>
</div>
<form action="updater.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="500000"/>
<input type="hidden" name="MAX_FILE_SIZE" value="2097152"/>
<div class="alert alert-warning" role="warning">
<div class="row">
<div class="col-sm-3" style="margin-top: 7px;"><h4 id="uploadCase"><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span class="sr-only">Warning:</span> Select file to upload</h4></div>
Expand Down

0 comments on commit d72aad0

Please sign in to comment.