This commit is contained in:
parent
9d16171dca
commit
1ee954c97f
|
@ -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");
|
||||||
|
|
||||||
|
|
Reference in New Issue