mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
usb_lib / usbmount: Refine, lint, clarify
This commit is contained in:
parent
80bdfc677e
commit
6b4b94dae2
11 changed files with 26 additions and 29 deletions
15
roles/usb_lib/files/upload2usb/error.php
Normal file
15
roles/usb_lib/files/upload2usb/error.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/*
|
||||
* error.php
|
||||
* Upload2USB App error
|
||||
*/
|
||||
|
||||
?>
|
||||
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-weight:bold;">Can students upload their own work?</a>", for additional support.
|
||||
|
||||
<br/><br/>
|
||||
|
||||
<pre><?php if (isset($exception)) {echo (string)$exception;} ?></pre>
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue