This commit is contained in:
Daniel Legt 2021-02-28 11:08:53 +02:00
parent 9d16171dca
commit 1ee954c97f
1 changed files with 1 additions and 0 deletions

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. Simply use the provided functions from the lib.php file, you can simply import it into any project using that file.
```php ```php
<?php
require_once("./lib.php"); require_once("./lib.php");
@require_once("./config.inc.php"); @require_once("./config.inc.php");