We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930588 commit 4c2c1eeCopy full SHA for 4c2c1ee
examples/index.php
@@ -21,9 +21,9 @@
21
<?php if (!getApiKey()): ?>
22
<div class="api-key">
23
<strong>You have not entered your API key</strong>
24
- <form method="post">
25
- API Key:<input type="text" name="api_key" />
26
- <input type="submit" />
+ <form action="http://github.com/%3C/span%3E%3Cspan%20class="pl-ent x"><?= htmlspecialchars($_SERVER["PHP_SELF"]) ?>" method="POST">
+ API Key:<input type="text" name="api_key" placeholder="API-Key" required/>
+ <input type="submit" value="Set API-Key"/>
27
</form>
28
<em>This can be found in the <a href="http://developers.google.com/console" target="_blank">Google API Console</em>
29
</div>
0 commit comments