This commit is contained in:
2021-02-28 11:08:53 +02:00
parent 9d16171dca
commit 1ee954c97f

View File

@@ -7,6 +7,7 @@ The Project is a simple php encryption wrapper, not even a library, the whole po
Simply use the provided functions from the lib.php file, you can simply import it into any project using that file.
```php
<?php
require_once("./lib.php");
@require_once("./config.inc.php");