xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit 4d2bab105c6f7748ca53d9a8301a2da320153d53

Removed a not used variable
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-21 20:15
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-21 20:15
Parent(s): 7260fc44f8d0197b917bc13a0ac19eb8c58d4534
Signing key:
Tree: d60218f9fe87e6308df151fa09529eab79ba6025
File Lines added Lines deleted
inc/user.inc.php 1 1
File inc/user.inc.php changed (mode: 100644) (index 792e0a9..041c8cd)
... ... function rg_user_forgot_pass_mail_prepare($db, $email)
1332 1332 function rg_user_forgot_pass_mail($db, $rg, $email) function rg_user_forgot_pass_mail($db, $rg, $email)
1333 1333 { {
1334 1334 global $php_errormsg; global $php_errormsg;
1335 global $rg_admin_name, $rg_admin_email;
1335 global $rg_admin_name;
1336 1336
1337 1337 rg_prof_start('user_forgot_pass_mail'); rg_prof_start('user_forgot_pass_mail');
1338 1338 rg_log_enter("user_forgot_pass_mail: email=$email"); rg_log_enter("user_forgot_pass_mail: email=$email");
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master