GiteaBot/bootstrap.php
2019-06-20 20:25:47 +01:00

5 lines
125 B
PHP

<?php
include("Gitea.php");
$config=include("config.php");
$gitea=new Gitea($config['url'],$config['user'],$config['pass']);