msd Backup hinzugefügt
This commit is contained in:
1
msd/vendor/visualappeal/php-auto-update/example/client/files/file1.php
vendored
Normal file
1
msd/vendor/visualappeal/php-auto-update/example/client/files/file1.php
vendored
Normal file
@ -0,0 +1 @@
|
||||
This is file 1. Version 0.1.0
|
1
msd/vendor/visualappeal/php-auto-update/example/client/files/file2.php
vendored
Normal file
1
msd/vendor/visualappeal/php-auto-update/example/client/files/file2.php
vendored
Normal file
@ -0,0 +1 @@
|
||||
This is file 2. Version 0.1.0
|
19
msd/vendor/visualappeal/php-auto-update/example/client/index.php
vendored
Normal file
19
msd/vendor/visualappeal/php-auto-update/example/client/index.php
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>PHP Auto Update</title>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mt-4">
|
||||
<p>This is the test index.</p>
|
||||
|
||||
<p><a class="btn btn-primary" href="/example/client/update/index.php">Update now!</a></p>
|
||||
|
||||
<p>Contents of <code>somefile.php</code>:</p>
|
||||
<pre><code><?php require(__DIR__ . '/somefile.php'); ?></code></pre>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
1
msd/vendor/visualappeal/php-auto-update/example/client/somefile.php
vendored
Normal file
1
msd/vendor/visualappeal/php-auto-update/example/client/somefile.php
vendored
Normal file
@ -0,0 +1 @@
|
||||
This is some file. Version 0.1.0
|
2
msd/vendor/visualappeal/php-auto-update/example/client/update/.gitignore
vendored
Normal file
2
msd/vendor/visualappeal/php-auto-update/example/client/update/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
!.gitignore
|
||||
update.log
|
Reference in New Issue
Block a user