Skip to content

Commit

Permalink
Coherent filename whatsprot
Browse files Browse the repository at this point in the history
  • Loading branch information
CodersBrothers committed Jul 13, 2014
1 parent 87d1d44 commit 579cf44
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/ajaxDemo/socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function onGetImage($mynumber, $from, $id, $type, $t, $name, $size, $url, $file,
session_write_close();
}

require_once '../whatsprot.class.php';
require_once '../../src/Whatsprot.class.php';
$target = @$_POST["target"];
$username = "************";
$password = "******************************";
Expand Down
2 changes: 1 addition & 1 deletion examples/bulk.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once("../src/whatsprot.class.php");
require_once("../src/Whatsprot.class.php");
/**
* Created by JetBrains PhpStorm.
* User: Max
Expand Down
2 changes: 1 addition & 1 deletion examples/contactsync.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
set_time_limit(30);

require_once("../src/whatsprot.class.php");
require_once("../src/Whatsprot.class.php");

$username = $_GET["phone"];
$password = $_GET["pass"];
Expand Down
2 changes: 1 addition & 1 deletion examples/exampleFunctional.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
set_time_limit(10);
require_once '../src/whatsprot.class.php';
require_once '../src/Whatsprot.class.php';

// phone number, deviceIdentity, and name.
$options = getopt("d::", array("debug::"));
Expand Down
2 changes: 1 addition & 1 deletion examples/exampleRegister.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/


require_once('../src/whatsprot.class.php');
require_once('../src/Whatsprot.class.php');

/**
* Config data.
Expand Down
2 changes: 1 addition & 1 deletion examples/whatsapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
* NOTHING ELSE TO EDIT BELOW THIS LINE.
*
*/
require '../src/whatsprot.class.php';
require '../src/Whatsprot.class.php';

/**
* For the future, other ways of getting contacts from various sources
Expand Down
File renamed without changes.

0 comments on commit 579cf44

Please sign in to comment.