Skip to content

Commit f4a7818

Browse files
committed
Update conf.php
1 parent 947cc2d commit f4a7818

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

qiniu/conf.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?php
2-
/**
3-
* <p.c.naruto@17chj.com> 我在使用的时候无法在其他php文件的函数中使用此页的这几个变量。因为我非主职PHP的,经查证,全局变量使用前需要前声明才行。
4-
* 如此这般之后,我就可以正常的按照php-sdk-doc 的指南来正常使用了。
5-
* 先提交,望大家审核。
6-
*/
2+
73
global $QINIU_UP_HOST;
84
global $QINIU_RS_HOST;
95
global $QINIU_RSF_HOST;

0 commit comments

Comments
 (0)