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 0fb57c1d20aebfaaa6c1c48125b39aa8d7765923

Set a timezone if is not set globally
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-01-02 21:09
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-01-02 21:09
Parent(s): 6a4a54c986eae48b6dfb56c33b5ac4498935669e
Signing key:
Tree: 6667d64c65197e036ee43f636dbe96579c98fb76
File Lines added Lines deleted
inc/init.inc.php 3 0
File inc/init.inc.php changed (mode: 100644) (index 3725801..422260d)
... ... require_once($INC . "/ver.php");
5 5
6 6 $rg = array(); $rg = array();
7 7
8 if (ini_get('date.timezone') === FALSE)
9 init_set('date.timezone', 'UTC');
10
8 11 // For escapeshellarg to work with UTF-8, we are forced to set a locale // For escapeshellarg to work with UTF-8, we are forced to set a locale
9 12 setlocale(LC_CTYPE, "en_US.UTF-8"); setlocale(LC_CTYPE, "en_US.UTF-8");
10 13
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