Commit ddbb037e authored by 章建武's avatar 章建武

dep

parent 96702231
...@@ -29,7 +29,6 @@ class IndexController extends Controller ...@@ -29,7 +29,6 @@ class IndexController extends Controller
} }
$link = 'http://'.$_SERVER["HTTP_HOST"].'/test_h5/appwww/index.php'.$url; $link = 'http://'.$_SERVER["HTTP_HOST"].'/test_h5/appwww/index.php'.$url;
$this->assign('link',$link);
$chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; $chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
$nonceStr = ""; $nonceStr = "";
for ($i = 0; $i < 16; $i++) { for ($i = 0; $i < 16; $i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment