aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.php b/web/index.php
index aa17151..cdeecd3 100644
--- a/web/index.php
+++ b/web/index.php
@@ -120,7 +120,8 @@
<label for="partitioning_size">Disk size</label>
<br />
<input id="partitioning_size" class="required"
- type="text" name="image_size" value="4096"><br>
+ type="text" name="image_size" value="<?php echo DEFAULT_DISK_SIZE; ?>">
+ <br>
<label for="">Split</label><br /><br />
<div id="partitioning_split" name="split"></div>
@@ -211,4 +212,4 @@
</script>
<script type="text/javascript" src=" /js/gentoaster.js"></script>
</body>
-</html>
+</html> \ No newline at end of file