Added Readme, setup script and document information header

This commit is contained in:
2022-01-26 12:55:43 +01:00
parent ab40ebe2ce
commit c960bea83a
6 changed files with 116 additions and 6 deletions

View File

@@ -1,4 +1,9 @@
<?php
/**
* @project: ImgAnnotations
* @author: Bram Prieshof
*/
//ID Check
if (empty($_POST["TheID"])) {
echo '<style type="text/css">.EditorDialog{display:none;}</style>';