mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Use Composer for dependencies
This commit is contained in:
parent
fa8084d312
commit
16d80f8435
1882 changed files with 3711 additions and 327466 deletions
|
@ -1,6 +1,17 @@
|
|||
<?php
|
||||
// vim: foldmethod=marker
|
||||
|
||||
/**
|
||||
#####################################################################
|
||||
# Warning #
|
||||
# ####### #
|
||||
# This external file is Ampache-adapted and probably unsynced with #
|
||||
# origin because abandonned by its original authors. #
|
||||
# #
|
||||
#####################################################################
|
||||
|
||||
Code origin from http://oauth.googlecode.com/svn/code/php/OAuth.php
|
||||
*/
|
||||
|
||||
// Avoid http://php.net/manual/fr/class.oauthexception.php conflict
|
||||
if (!class_exists("OAuthException", false)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue