Created
April 26, 2017 23:11
-
-
Save oneberto/340f9138768853600530fc447691b1dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require 'Googl.class.php'; | |
$googl = new Googl('AIzaSyCVsWgHS-CwrjIPjW0FpIDAQ6NLZz-I_Mg'); | |
echo $googl->shorten('http://www.mensagens.club'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment