Backend Development

PHP Licensing System

Submitted by Lol234d, , Thread ID: 16651

Thread Closed

RE: PHP Licensing System

peteyness
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
0
06-06-2017, 02:45 PM
#11
It looks good :D
Instead of using the file_get_contents, you could use something like
require '';


and if you don't want to change any code, you could set the GET method before that
$_GET['api'] = 'whatever';
require '';
and it will apply to the required file

Users browsing this thread: 1 Guest(s)