1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 09:35:26 +02:00

Moving apikey outside main file.

Keep the actual key in local repo ;)
This commit is contained in:
KHobbits
2011-10-13 20:45:57 +01:00
parent a030998d14
commit 5e7523bf20
2 changed files with 9 additions and 2 deletions

5
WebPush/apikey.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$params['api-key'] = "c73c331c7e44c156c852f7d08de3f22bb7a6e948";
?>