Update guestbook frontend php script suggested in issue #18640.

(Created new GCR image version with the changes).
This commit is contained in:
Amy Unruh 2016-02-16 11:03:53 -08:00
parent d00c650b28
commit 2d8f857a24
2 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: php-redis
image: gcr.io/google_samples/gb-frontend:v3
image: gcr.io/google_samples/gb-frontend:v4
resources:
requests:
cpu: 100m

View File

@ -1,6 +1,4 @@
<?
set_include_path('.:/usr/local/lib/php');
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);