mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove author information from scripts.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
a9a4d31e14
commit
ec214fdb42
2 changed files with 0 additions and 5 deletions
|
@ -415,7 +415,6 @@ function uid_from_username($username="")
|
|||
* @param string $append string of variables and values formatted as in URLs
|
||||
* ex. mkurl("foo=bar&bar=baz")
|
||||
* @return string clean string of variables to append to URL, urlencoded
|
||||
* @author Callan Barrett
|
||||
*/
|
||||
function mkurl($append) {
|
||||
$get = $_GET;
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
* AurJSON
|
||||
*
|
||||
* This file contains the AurRPC remote handling class
|
||||
* @author eliott <eliott@cactuswax.net>
|
||||
* @version $Id$
|
||||
* @copyright cactuswax.net, 12 October, 2007
|
||||
* @package rpc
|
||||
**/
|
||||
if (!extension_loaded('json'))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue