mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
40
jappixmini/jappix/php/upload.php
Normal file
40
jappixmini/jappix/php/upload.php
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the Jappix Static PHP/HTML code
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 27/05/11
|
||||
|
||||
*/
|
||||
|
||||
// Someone is trying to hack us?
|
||||
if(!defined('JAPPIX_BASE'))
|
||||
exit;
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<?php htmlTag($locale); ?>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><?php echo htmlspecialchars(SERVICE_NAME); ?> • <?php _e("User uploads server"); ?></title>
|
||||
<link rel="shortcut icon" href="./favicon.ico" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1><?php echo htmlspecialchars(SERVICE_NAME); ?> - <?php _e("User uploads server"); ?></h1>
|
||||
<p><?php printf(T_("This is the user uploads server for %1s, “%2s”."), htmlspecialchars(SERVICE_NAME), htmlspecialchars(SERVICE_DESC)); ?></p>
|
||||
<?php if(showManagerLink()) { ?>
|
||||
<p><a href="./?m=manager<?php echo keepGet('m', false); ?>"><?php _e("Manager"); ?></a></p>
|
||||
<?php } ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<!-- Jappix Upload <?php echo $version; ?> - An open social platform -->
|
Loading…
Add table
Add a link
Reference in a new issue