Skip to content

Commit

Permalink
update comment and info| git url
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerdm committed Dec 24, 2017
1 parent d95f6e0 commit 0cf323c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 942 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Homestead.json

# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
.idea/
934 changes: 0 additions & 934 deletions .idea/workspace.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# via-socket-whmcs-module
# Via-socket-whmcs-module
4 changes: 2 additions & 2 deletions hooks.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/* WHMCS ViaSocket Addon with GNU/GPL Licence
* ViaSocket - http://www.MSG91.com
* ViaSocket - http://www.viasocket.com
*
* https://github.com/ViaSocket/ViaSocket-WHMCS-Plugin
* https://github.com/SameerRathod/via-socket-whmcs-module.git
*
*
* Licence: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.txt)
Expand Down
4 changes: 2 additions & 2 deletions utils.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/* WHMCS ViaSocket Addon with GNU/GPL Licence
* ViaSocket - http://www.MSG91.com
* ViaSocket - http://www.viasocket.com
*
* https://github.com/ViaSocket/ViaSocket-WHMCS-Plugin
* https://github.com/SameerRathod/via-socket-whmcs-module.git
*
*
* Licence: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.txt)
Expand Down
6 changes: 3 additions & 3 deletions via_socket.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/* WHMCS ViaSocket Addon with GNU/GPL Licence
* ViaSocket - http://www.MSG91.com
* ViaSocket - http://www.viasocket.com
*
* https://github.com/ViaSocket/ViaSocket-WHMCS-Plugin
* https://github.com/SameerRathod/via-socket-whmcs-module.git
*
*
* Licence: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.txt)
Expand All @@ -14,7 +14,7 @@
function via_socket_config() {
$configarray = array(
"name" => "Socket",
"description" => "WHMCS ViaSocket Addon. You can see details from: https://github.com/via_socket/ViaSocket-WHMCS-Plugin",
"description" => "WHMCS ViaSocket Addon. You can see details from: https://github.com/SameerRathod/via-socket-whmcs-module.git",
"version" => "1.1",
"author" => "Sameer Rathod",
"language" => "english",
Expand Down

0 comments on commit 0cf323c

Please sign in to comment.