pastebin

Paste Search Dynamic
Recent pastes
same public api
  1. <?php
  2.  
  3. // This file shows how to implement a public API (no login or username needed) for your setup
  4. // even if your install is private (no public access to admin area)
  5.  
  6. // Rename this file like "api.php" and put it in the same directory as yourls-api.php
  7.  
  8. define('YOURLS_PRIVATE', false);
  9.  
  10. require_once( dirname(__file__).'/yourls-api.php' );
  11.  
Parsed in 0.017 seconds