1 Star 0 Fork 0

Changkey/YOURLS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sample-public-api.txt 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
LeoColomb 提交于 2013-04-07 12:52 . Fix end of line
<?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' );
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/changkey/YOURLS.git
[email protected]:changkey/YOURLS.git
changkey
YOURLS
YOURLS
master

搜索帮助