Skip to content

Commit eacee9f

Browse files
committed
Merge pull request #227 from orvice/dev
Dev
2 parents aa0cb58 + 394c6fc commit eacee9f

11 files changed

Lines changed: 8 additions & 266 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
lib/config.php
33
vendor
4+
composer.lock

code.php

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
<div class="container">
99
<br><br>
1010
<div class="row center">
11-
<h5 > 邀请码实时刷新</h5>
11+
<h5>邀请码实时刷新</h5>
1212
<h5>如遇到无邀请码请找已经注册的用户获取。</h5>
1313
</div>
1414
</div>
1515
</div>
1616

1717

1818
<div class="container">
19-
<div class="section">
20-
19+
<div class="section">
2120
<!-- Icon Section -->
2221
<div class="row">
2322
<div class="row marketing">
@@ -48,11 +47,7 @@
4847
</div>
4948
</div>
5049
</div>
51-
<br><br>
52-
53-
<div class="section">
54-
55-
</div>
50+
<br>
5651
</div>
5752
<?php include_once 'ana.php';
5853
include_once 'footer.php';?>

composer.lock

Lines changed: 0 additions & 212 deletions
This file was deleted.

header.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
6-
<title><?php echo $site_name; ?></title>
7-
6+
<title><?php echo $site_name; ?></title>
87
<!-- CSS -->
98
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
109
<link href="asset/materialize/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>

lib/do.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$db_table['user'] = "user";
99

1010
//Version
11-
$version ="2.4.4";
11+
$version ="2.4.5";
1212

1313
//set timezone
1414
date_default_timezone_set('PRC');

nav.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

sql/invite_code.sql

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
-- phpMyAdmin SQL Dump
2-
-- version 4.2.5
3-
-- http://www.phpmyadmin.net
4-
--
5-
-- Host: localhost
6-
-- Generation Time: Nov 15, 2014 at 03:33 PM
7-
-- Server version: 5.5.38
8-
-- PHP Version: 5.5.14
9-
101
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
112
SET time_zone = "+00:00";
12-
13-
14-
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
15-
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
16-
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
17-
/*!40101 SET NAMES utf8 */;
18-
19-
--
20-
-- Database: `shadow`
21-
--
22-
23-
-- --------------------------------------------------------
24-
3+
254
--
265
-- Table structure for table `invite_code`
276
--
@@ -58,7 +37,4 @@ ALTER TABLE `invite_code`
5837
-- AUTO_INCREMENT for table `invite_code`
5938
--
6039
ALTER TABLE `invite_code`
61-
MODIFY `id` int(32) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3644;
62-
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
63-
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
64-
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
40+
MODIFY `id` int(32) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3644;

sql/ss_node.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-- Adminer 4.1.0 MySQL dump
2-
31
SET NAMES utf8;
42
SET time_zone = '+00:00';
53
SET foreign_key_checks = 0;

sql/ss_reset_pwd.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-- Adminer 4.1.0 MySQL dump
2-
31
SET NAMES utf8;
42
SET time_zone = '+08:00';
53
SET foreign_key_checks = 0;

sql/ss_user_admin.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-- Adminer 4.1.0 MySQL dump
2-
31
SET NAMES utf8;
42
SET time_zone = '+00:00';
53
SET foreign_key_checks = 0;

0 commit comments

Comments
 (0)