10-16-2016, 01:50 PM
Glad you're enjoying it!
The great thing about UserSpice is that it doesn't really matter how you use it.
You basically need to require_once the init.php (with proper path) and add the line
Beyond that, as long as userspice knows where to look for your files, you can use as much or as little as our code/structure as you want.
The great thing about UserSpice is that it doesn't really matter how you use it.
You basically need to require_once the init.php (with proper path) and add the line
Code:
<?php if (!securePage($_SERVER['PHP_SELF'])){die();} ?>
Beyond that, as long as userspice knows where to look for your files, you can use as much or as little as our code/structure as you want.