mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-04-22 12:36:17 +02:00
script.php: fix typo
Signed-off-by: Jerome Jutteau <mojo@couak.net>
This commit is contained in:
parent
9ecda0d5ea
commit
17a39eda25
@ -52,9 +52,9 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
|
||||
}
|
||||
?>
|
||||
<div class="info">
|
||||
<h2>Scriting interface</h2>
|
||||
<h2>Scripting interface</h2>
|
||||
<p>This interface permits to script your uploads and downloads.</p>
|
||||
<p>See <a href="https://gitlab.com/mojo42/Jirafeau/blob/master/script.php">source code</a> of this interface to understand availablee calls :)</p>
|
||||
<p>See <a href="https://gitlab.com/mojo42/Jirafeau/blob/master/script.php">source code</a> of this interface to get available calls :)</p>
|
||||
</div>
|
||||
<br />
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user