diff --git a/h5p.classes.php b/h5p.classes.php index 6b82925..9bc80dd 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1,15 +1,107 @@ '/^.{1,}$/k', ); - + // Schemas used to validate the library files private $libraryRequired = array( 'title' => '/^.{1,255}$/', 'majorVersion' => '/^[0-9]{1,5}$/',