diff options
Diffstat (limited to 'A8_srv_build')
-rw-r--r-- | A8_srv_build/add.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/A8_srv_build/add.php b/A8_srv_build/add.php index 4db02ac..17da21a 100644 --- a/A8_srv_build/add.php +++ b/A8_srv_build/add.php @@ -92,7 +92,8 @@ if(isset($_POST['submit'])) } else { echo '<pre style="color:Red">'; - echo 'Need at least the following attributes: Sequence, Name'; + echo 'Need at least the following attributes: Sequence, Name, '; + echo 'Version.'; echo '</pre>'; } } |