2025-01-12 11:04:47 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
* error.php
|
|
|
|
* Upload2USB App error
|
|
|
|
*/
|
|
|
|
|
|
|
|
?>
|
2025-01-25 07:14:44 +00:00
|
|
|
ERROR: Please make sure <span style="color:red; font-weight:bold;"> one and ONLY one </span>(no more, no less) removable USB stick is plugged into your Internet-in-a-Box. Please see IIAB FAQ, <a href="https://wiki.iiab.io/go/FAQ#Can_students_upload_their_own_work%3F" style="font-style:italic;">Can students upload their own work?,</a> for additional support.
|
2025-01-17 08:34:15 +00:00
|
|
|
|
2025-01-12 11:04:47 +00:00
|
|
|
<br/><br/>
|
|
|
|
|
|
|
|
<pre><?php if (isset($exception)) {echo (string)$exception;} ?></pre>
|
|
|
|
|
|
|
|
|
|
|
|
|