Skip to content

Commit

Permalink
forbid phone in description and add double11 to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
IcEternal committed Nov 8, 2013
1 parent 900ec2e commit 0fd6b39
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/libraries/Auth.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Auth {

private $admin = array('zukou', 'haichongfu2003', 'devillaw_zhc', 'zhcpzyjtx','Metamorphosis','gengyan','西南某馒头','jennasongsong','huanghaixin008','yellowoo', 'c462809','小汤包子','strayer','wangsijie','CJ0405');
private $admin = array('zukou', 'haichongfu2003', 'devillaw_zhc', 'zhcpzyjtx','Metamorphosis','gengyan','西南某馒头','jennasongsong','huanghaixin008','yellowoo', 'c462809','小汤包子','strayer','wangsijie','CJ0405','double11');
private $sender = array();
private $receiver = array();

4 changes: 2 additions & 2 deletions application/views/book_modify.php
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@
<textarea name="description" id="description" cols="60" rows="5"><?php echo $description ?></textarea>
<span class="help-inline">
<?php echo notOfBook($class)?
"简单描述下服务或者物品。<br/>工作人员会对您上传的服务及物品进行审核<br/>若有商业行为或侵害他人利益嫌疑的,我们会通知您并删除该服务及物品"
"简单描述下服务或者物品。<br/>请勿在介绍中出现手机号等联系方式,如有必要请致信bookex@163.com<br/>工作人员会对您上传的服务及物品进行审核<br/>若有商业行为或侵害他人利益嫌疑的,我们会通知您并删除该服务及物品"
:
"比如新旧程度,有无笔记(笔记质量好坏)等";?>
</span>
@@ -144,4 +144,4 @@
</form>
</div><!-- content-full -->

<?php include("includes/upload_form_ajax.php") ?>
<?php include("includes/upload_form_ajax.php") ?>
4 changes: 2 additions & 2 deletions application/views/upload_other.php
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@
<label class="control-label" for="description">简介</label>
<div class="controls">
<textarea name="description" id="description" cols="60" rows="5"><?php echo set_value('description') ?></textarea>
<span class="help-inline">简单描述下服务或者物品<br/>工作人员会对您上传的服务及物品进行审核<br/>若有商业行为或侵害他人利益嫌疑的,我们会通知您并删除该服务及物品</span>
<span class="help-inline">简单描述下服务或者物品<br/>请勿在介绍中出现手机号等联系方式,如有必要请致信bookex@163.com<br/>工作人员会对您上传的服务及物品进行审核<br/>若有商业行为或侵害他人利益嫌疑的,我们会通知您并删除该服务及物品</span>
</div>
</div>
<div class="control-group">
@@ -134,4 +134,4 @@
</div>
</div>

<?php include("includes/upload_form_ajax.php") ?>
<?php include("includes/upload_form_ajax.php") ?>

0 comments on commit 0fd6b39

Please sign in to comment.