From 579cf4433f80a9f624888e42e5e4e73506275e3d Mon Sep 17 00:00:00 2001 From: Leif Ferreira Date: Sun, 13 Jul 2014 04:10:54 +0200 Subject: [PATCH] Coherent filename whatsprot --- examples/ajaxDemo/socket.php | 2 +- examples/bulk.php | 2 +- examples/contactsync.php | 2 +- examples/exampleFunctional.php | 2 +- examples/exampleRegister.php | 2 +- examples/whatsapp.php | 2 +- src/{whatsprot.class.php => Whatsprot.class.php} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename src/{whatsprot.class.php => Whatsprot.class.php} (100%) diff --git a/examples/ajaxDemo/socket.php b/examples/ajaxDemo/socket.php index b05c108c..019face9 100644 --- a/examples/ajaxDemo/socket.php +++ b/examples/ajaxDemo/socket.php @@ -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 = "******************************"; diff --git a/examples/bulk.php b/examples/bulk.php index a22a111f..7403abfe 100644 --- a/examples/bulk.php +++ b/examples/bulk.php @@ -1,5 +1,5 @@