mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
7bcb6d5c5e
commit
b4f4814eee
12
README.md
12
README.md
@ -1,16 +1,20 @@
|
||||
# Gazelle
|
||||
|
||||
Gazelle is a web framework geared towards private BitTorrent trackers. Although naturally focusing on music, it can be modified for most needs. Gazelle is written in PHP, JavaScript, and MySQL.
|
||||
|
||||
## Gazelle Dependencies
|
||||
|
||||
* [Git](http://git-scm.com/) (required)
|
||||
## Gazelle Runtime Dependencies
|
||||
* [Nginx](http://wiki.nginx.org/Main) (recommended)
|
||||
* [PHP 5.4 or later](https://www.php.net/) (required)
|
||||
* [Memcached](http://memcached.org/) (required)
|
||||
* [Sphinx](http://sphinxsearch.com/) (required)
|
||||
* [procps-ng](http://sourceforge.net/projects/procps-ng/) (recommended)
|
||||
|
||||
## Gazelle/Ocelot Compile-time Dependencies
|
||||
* [Git](http://git-scm.com/) (required)
|
||||
* [GCC/G++](http://gcc.gnu.org/) (4.7+ required; 4.8.1+ recommended)
|
||||
* [Boost](http://www.boost.org/) (1.55.0+ required)
|
||||
|
||||
_Note: This list may not be exhaustive._
|
||||
|
||||
## Change Log
|
||||
You may have noticed that commits in the repository do not have descriptive messages. If you are looking for a change log of Gazelle, it can be [viewed here](https://raw.github.com/WhatCD/Gazelle/master/docs/CHANGES.txt). The change log is generated daily and includes new additions or modifications to Gazelle's source.
|
||||
|
||||
|
@ -7,11 +7,6 @@
|
||||
error("No UserID");
|
||||
}
|
||||
|
||||
$Permissions = Permissions::get_permissions_for_user($UserID);
|
||||
if (!isset($Permissions['users_mod']) || !$Permissions['users_mod']) {
|
||||
error(404);
|
||||
}
|
||||
|
||||
$UserInfo = Users::user_info($UserID);
|
||||
|
||||
G::$DB->query("
|
||||
|
Loading…
Reference in New Issue
Block a user