Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 7d51e44

Browse files
committed
Changes.
1 parent a6bcf8a commit 7d51e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
require_once("./SNClient/SNClient.php");
8-
$SNClient = new ServiceNowClient("dev39869", "david.loo", "devatgl");
8+
$SNClient = new ServiceNowClient($instance, $username, $password);
99

1010
if($SNClient->Authenticated()){
1111

0 commit comments

Comments
 (0)