Upload files to ''

This commit is contained in:
2022-09-24 06:29:29 +00:00
parent de5d945f2e
commit 2ebfad68c1
9 changed files with 879 additions and 0 deletions

13
api.php Normal file
View File

@ -0,0 +1,13 @@
<?php
/*
* This file shows how to implement a public API (no login or username needed) for your setup
* even if your install is private (no public access to admin area)
*
* Rename this file like "api.php" and put it in the same directory as yourls-api.php
*
*/
define('YOURLS_PRIVATE', false);
require_once( dirname(__FILE__).'/yourls-api.php' );