Skip to content

Changed to AvenirNext font #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
62c3050
Update README.md
AkankshaBodhankar Jun 3, 2016
17da2b3
small changes
AkankshaBodhankar Jun 3, 2016
cd34f96
Added readme file
AkankshaBodhankar Aug 13, 2016
66cf794
Merge pull request #8 from AkankshaBodhankar/master
AkankshaBodhankar Aug 13, 2016
3c0e1e1
pushed work done in GSOC16
AkankshaBodhankar Aug 15, 2016
fa44ef8
Merge pull request #9 from AkankshaBodhankar/master
AkankshaBodhankar Aug 15, 2016
0b15c23
added correct navigation url's to the docs links
AkankshaBodhankar Aug 15, 2016
d19f907
deleted unneccessary file
AkankshaBodhankar Aug 15, 2016
2427d70
Merge pull request #1 from systers/master
AkankshaBodhankar Aug 31, 2016
5bfe080
changes PCSaves hotline number to +140..
AkankshaBodhankar Aug 31, 2016
73adbae
Merge pull request #12 from AkankshaBodhankar/master
AkankshaBodhankar Aug 31, 2016
085cb10
Merge pull request #2 from systers/master
AkankshaBodhankar Sep 14, 2016
8444ecd
Bug fix (wrong comrade numbers in message popup)
AkankshaBodhankar Sep 14, 2016
9f8b11c
Merge branch 'master' of https://github.com/AkankshaBodhankar/PCSA-web
AkankshaBodhankar Sep 14, 2016
18f8e03
bug fixes
AkankshaBodhankar Sep 14, 2016
e30ed3c
Merge pull request #14 from AkankshaBodhankar/master
AkankshaBodhankar Sep 14, 2016
9b68ab2
removed unused variables
AkankshaBodhankar Sep 15, 2016
158513b
Merge pull request #15 from AkankshaBodhankar/master
AkankshaBodhankar Sep 15, 2016
dad8371
Update README.md
AkankshaBodhankar Oct 26, 2016
8911869
Update README.md
AkankshaBodhankar Oct 28, 2016
08d7255
Replaced PCSA with FirstAide
AkankshaBodhankar Nov 23, 2016
80f702f
replacement of PCSA to FirstAide
AkankshaBodhankar Nov 23, 2016
c7b0112
added comments to loginAndRegistration.css
rahulbisht12 Nov 29, 2016
75baf6c
Merge pull request #28 from rahulbisht12/develop
AkankshaBodhankar Nov 29, 2016
d4d6867
changed to AvenirNext font
ingridt123 Dec 2, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bug fixes
  • Loading branch information
AkankshaBodhankar committed Sep 14, 2016
commit 18f8e03f58f689db22b193f54117ddf108716244
6 changes: 3 additions & 3 deletions groupsms.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
}

//set AccountSid and AuthToken from www.twilio.com/user/account
$AccountSid = "AC352153773dfb04678b4a875f509169ee";
$AuthToken = "5d310051fdd83757fa6bbb157dbdc90a";
$AccountSid = "";
$AuthToken = "";

// avoid tinyhttp exception
$http = new Services_Twilio_TinyHttp('https://api.twilio.com', array('curlopts' => array(
Expand All @@ -50,7 +50,7 @@
$sms = $client->account->messages->sendMessage(
// Change the 'From' number below to be a valid Twilio number
// that you've purchased, or the (deprecated) Sandbox number
"+12056240076",
"",
// the number we are sending to - Any phone number
$number,
// the sms body
Expand Down