• This project
    • Loading...
  • Sign in

jinzhan / web · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • web
  • e
  • wap
  • message.php
  • up
    42655c32
    by jinzhan
    2017-04-17 08:52:43 +0800  
    Browse Files
message.php 202 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php
if(!defined('InEmpireCMS'))
{
	exit();
}
?>
<?php
DoWapHeader('提示信息');
?>
<p><?php echo $error;?><br /><a href="<?php echo $returnurl;?>">返回</a></p>
<?php
DoWapFooter();
?>