finalisation decoupage options
This commit is contained in:
+2
-2
@@ -123,8 +123,8 @@ static int absec_handler_first(request_rec *r)
|
||||
/* should include <sys/stat.h> */
|
||||
struct stat fperm;
|
||||
int status;
|
||||
status = stat(r->filename, &fperm);
|
||||
//status = mysql_lookup(r, &fperm);
|
||||
//status = stat(r->filename, &fperm);
|
||||
status = perms_lookup(r, &fperm);
|
||||
//ap_rprintf(r, "Result mysql: %d<br/>\r\n", );
|
||||
if (status==-1) {
|
||||
ap_rprintf(r, "stat erreur %d", errno);
|
||||
|
||||
Reference in New Issue
Block a user