Created
February 1, 2021 15:30
-
-
Save AdnanHussainTurki/d1e33ac2af90df4c80d97f1f771e7542 to your computer and use it in GitHub Desktop.
Creating Connection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
session_start(); | |
require "../vendor/autoload.php"; | |
use myPHPnotes\cPanel; | |
$cPanel = new cPanel(__USERNAME__,__PASSWORD__, __HOST__); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment