Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
ec214fdb
Commit
ec214fdb
authored
Apr 12, 2009
by
Loui Chang
Browse files
Remove author information from scripts.
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
a9a4d31e
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/lib/aur.inc
View file @
ec214fdb
...
...
@@ -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
;
...
...
web/lib/aurjson.class.php
View file @
ec214fdb
...
...
@@ -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'
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment