Revert "ee"
This reverts commit 91857ebc. # Conflicts: # signinView.php
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | * See the License for the specific language governing permissions and | 19 | * See the License for the specific language governing permissions and |
| 20 | * limitations under the License. | 20 | * limitations under the License. |
| 21 | */ | 21 | */ |
| 22 | session_start(); | 22 | |
| 23 | /* | 23 | /* |
| 24 | * Note (Gerwin Sturm): | 24 | * Note (Gerwin Sturm): |
| 25 | * Include path is still necessary despite autoloading because of the require_once in the libary | 25 | * Include path is still necessary despite autoloading because of the require_once in the libary |
| ... | @@ -137,7 +137,7 @@ $app->get('/activities', function () use ($app, $client, $plus) { | ... | @@ -137,7 +137,7 @@ $app->get('/activities', function () use ($app, $client, $plus) { |
| 137 | 137 | ||
| 138 | $client->setAccessToken($token); | 138 | $client->setAccessToken($token); |
| 139 | $activities = $plus->activities->listActivities('me', 'public', array()); | 139 | $activities = $plus->activities->listActivities('me', 'public', array()); |
| 140 | $_SESSION['token'] = $token; | 140 | |
| 141 | /* | 141 | /* |
| 142 | * Note (Gerwin Sturm): | 142 | * Note (Gerwin Sturm): |
| 143 | * $app->json($activities) ignores the $activities->items not returning this array | 143 | * $app->json($activities) ignores the $activities->items not returning this array | ... | ... |
-
Please register or sign in to post a comment